Rename C++ header files to .hpp
[lttng-tools.git] / src / common / mi-lttng.cpp
index 94963b222dbeb3384e0d36f7d62121cebcd5893d..2a1dfa57d942c4b5cec5c259900ee85671f71171 100644 (file)
@@ -8,12 +8,12 @@
 
 #include "lttng/tracker.h"
 #define _LGPL_SOURCE
-#include "mi-lttng.h"
-#include <common/config/session-config.h>
-#include <common/defaults.h>
-#include <common/tracker.h>
+#include "mi-lttng.hpp"
+#include <common/config/session-config.hpp>
+#include <common/defaults.hpp>
+#include <common/tracker.hpp>
 #include <lttng/channel.h>
-#include <lttng/snapshot-internal.h>
+#include <lttng/snapshot-internal.hpp>
 
 
 #define MI_SCHEMA_MAJOR_VERSION 4
This page took 0.0236 seconds and 4 git commands to generate.