Rename C++ header files to .hpp
[lttng-tools.git] / src / common / filter-grammar-test.cpp
index bd8f2de7f148cbd128789770c2253dfdb004df4d..5b8082fd48da905e3f95280201dfa682668e444e 100644 (file)
 #include <stdlib.h>
 #include <inttypes.h>
 
-#include <common/compat/errno.h>
-#include <common/bytecode/bytecode.h>
-#include <common/filter/filter-ast.h>
-#include <common/filter/filter-parser.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 */
 int lttng_opt_quiet = 1;
This page took 0.022883 seconds and 4 git commands to generate.