Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / gen-ns-events / gen-ns-events.cpp
index 7ecf22b358859b33f56c686ff9d60ed701679663..80afdb6d63ed27c99510c7068436a7539d23bcf2 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 LTTNG_PROC_NS_PATH_MAX 40
This page took 0.022799 seconds and 4 git commands to generate.