Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-ns / gen-ust-events-ns.cpp
index 84d8bf563b06599440a07d3503889ad63099ecc1..ba506b1131b57eeb1e2f8313e16dc90546ba5d60 100644 (file)
 #include <unistd.h>
 #include <inttypes.h>
 
-#include <common/compat/tid.h>
-#include <common/macros.h>
+#include <common/compat/tid.hpp>
+#include <common/macros.hpp>
 
-#include "signal-helper.h"
+#include "signal-helper.hpp"
 #include "utils.h"
 
 #define TRACEPOINT_DEFINE
This page took 0.022962 seconds and 4 git commands to generate.