Rename C++ header files to .hpp
[lttng-tools.git] / src / common / health / health.cpp
index 8a07e642607cb6cb401a57c845043ca63870f97e..9d33ffd2fc7b8e487885bc69d0fbce0c6875f09d 100644 (file)
 #include <stdlib.h>
 #include <time.h>
 
-#include <common/defaults.h>
-#include <common/error.h>
-#include <common/macros.h>
-#include <common/sessiond-comm/inet.h>
+#include <common/defaults.hpp>
+#include <common/error.hpp>
+#include <common/macros.hpp>
+#include <common/sessiond-comm/inet.hpp>
 
-#include <lttng/health-internal.h>
+#include <lttng/health-internal.hpp>
 
 /*
  * An application-specific error state for unregistered thread keeps
This page took 0.02336 seconds and 4 git commands to generate.