Rename C++ header files to .hpp
[lttng-tools.git] / src / common / sessiond-comm / inet6.cpp
index adabebfaeb3ec176ccabcc12a12474a8be969203..caa4d7eb3906b691d1762b6e0fd41268b0ff53ed 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 "inet6.h"
+#include "inet6.hpp"
 
 #define RECONNECT_DELAY        200     /* ms */
 
This page took 0.022716 seconds and 4 git commands to generate.