Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / gen-ust-tracef.cpp
index f0f6cc63c372465363bda2b453c466d810580f3f..31aa3798f99432c198696d55100d9d347c5210c2 100644 (file)
@@ -17,9 +17,9 @@
 #include <sys/types.h>
 #include <unistd.h>
 
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/macros.h>
+#include <common/macros.hpp>
 #include <lttng/tracef.h>
 #include <lttng/tracef.h>
-#include "signal-helper.h"
+#include "signal-helper.hpp"
 
 const char *str = "test string";
 
 
 const char *str = "test string";
 
This page took 0.023901 seconds and 4 git commands to generate.