Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-relayd / tcp_keep_alive.cpp
index c52a55ffba4cb1493d1b9ce60d743ed6ee62b552..885b2a6a5617391e4a430674e37f4c4459cfca34 100644 (file)
 #include <sys/socket.h>
 #include <limits.h>
 
-#include <common/compat/getenv.h>
-#include <common/time.h>
-#include <common/defaults.h>
-#include <common/ini-config/ini-config.h>
+#include <common/compat/getenv.hpp>
+#include <common/time.hpp>
+#include <common/defaults.hpp>
+#include <common/ini-config/ini-config.hpp>
 
-#include "tcp_keep_alive.h"
+#include "tcp_keep_alive.hpp"
 
 #define SOLARIS_IDLE_TIME_MIN_S 10
 #define SOLARIS_IDLE_TIME_MAX_S 864000 /* 10 days */
This page took 0.022782 seconds and 4 git commands to generate.