Rename C++ header files to .hpp
[lttng-tools.git] / src / common / filter-grammar-test.cpp
index 75eb2c6ca38b30f243673cd9cbac0a214e79e559..5b8082fd48da905e3f95280201dfa682668e444e 100644 (file)
@@ -15,9 +15,9 @@
 #include <stdlib.h>
 #include <inttypes.h>
 
-#include <common/compat/errno.h>
-#include <common/bytecode/bytecode.h>
-#include <common/filter/filter-ast.h>
+#include <common/compat/errno.hpp>
+#include <common/bytecode/bytecode.hpp>
+#include <common/filter/filter-ast.hpp>
 #include <common/filter/filter-parser.hpp>
 
 /* For error.h */
This page took 0.023386 seconds and 4 git commands to generate.