Rename C++ header files to .hpp
[lttng-tools.git] / src / common / event-expr / event-expr.cpp
index e80fb1d5df4d269627847bb0ccb74f7d246fb666..9306dbeee76571c0cb210b99f0360cf9b0f1464a 100644 (file)
 #define _LGPL_SOURCE
 #include <stddef.h>
 
-#include <common/bytecode/bytecode.h>
-#include <common/error.h>
-#include <common/macros.h>
-#include <common/mi-lttng.h>
-#include <lttng/event-expr-internal.h>
+#include <common/bytecode/bytecode.hpp>
+#include <common/error.hpp>
+#include <common/macros.hpp>
+#include <common/mi-lttng.hpp>
+#include <lttng/event-expr-internal.hpp>
 #include <lttng/event-expr.h>
 #include <stdio.h>
 
This page took 0.023659 seconds and 4 git commands to generate.