Rename C++ header files to .hpp
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.cpp
index 9be0cbcac8d07be1ee25f2a5dd7882243fdedc1e..7b20007a8ea2ef0068a57cdd6c348043ad0a907c 100644 (file)
 #include <unistd.h>
 #include <inttypes.h>
 
-#include <common/common.h>
-#include <common/compat/errno.h>
+#include <common/common.hpp>
+#include <common/compat/errno.hpp>
 
-#include "sessiond-comm.h"
+#include "sessiond-comm.hpp"
 
 /* For Unix socket */
-#include <common/unix.h>
+#include <common/unix.hpp>
 /* For Inet socket */
-#include "inet.h"
+#include "inet.hpp"
 /* For Inet6 socket */
-#include "inet6.h"
+#include "inet6.hpp"
 
 #define NETWORK_TIMEOUT_ENV    "LTTNG_NETWORK_SOCKET_TIMEOUT"
 
This page took 0.023936 seconds and 4 git commands to generate.