Rename C++ header files to .hpp
[lttng-tools.git] / src / common / event-field-value.cpp
index 7572713137ae810b21eef141e7b57a370ea3907b..816017a2da77fe1e316fdf0f347c1bcfa0512df4 100644 (file)
@@ -13,9 +13,9 @@
 #include <stddef.h>
 #include <stdbool.h>
 
-#include <common/error.h>
-#include <common/macros.h>
-#include <lttng/event-field-value-internal.h>
+#include <common/error.hpp>
+#include <common/macros.hpp>
+#include <lttng/event-field-value-internal.hpp>
 
 static
 struct lttng_event_field_value *create_empty_field_val(
This page took 0.023297 seconds and 4 git commands to generate.