Rename C++ header files to .hpp
[lttng-tools.git] / src / common / sessiond-comm / inet.cpp
index 20eb613a82aa2182662f65062cc6f8119871bb1d..30aa8c6134a42903f2df14cd6e0e69c103d2173a 100644 (file)
 #include <sys/types.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <common/compat/time.h>
+#include <common/compat/time.hpp>
 #include <poll.h>
 
-#include <common/common.h>
-#include <common/time.h>
-#include <common/compat/errno.h>
+#include <common/common.hpp>
+#include <common/time.hpp>
+#include <common/compat/errno.hpp>
 
-#include "inet.h"
+#include "inet.hpp"
 
 #define RECONNECT_DELAY        200     /* ms */
 
This page took 0.023147 seconds and 4 git commands to generate.