Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / tools / trigger / utils / register-some-triggers.cpp
index 54eb78303348cbe3b8675a3a45193904e2e8b376..cbcfbfb82baadc4b12bccad2bf157bba8286a4dc 100644 (file)
@@ -7,8 +7,8 @@
 
 /* Utility to register some triggers, for test purposes. */
 
-#include <common/filter/filter-ast.h>
-#include <common/macros.h>
+#include <common/filter/filter-ast.hpp>
+#include <common/macros.hpp>
 #include <lttng/lttng.h>
 
 #include <stdlib.h>
This page took 0.022859 seconds and 4 git commands to generate.