Rename C++ header files to .hpp
[lttng-tools.git] / src / common / location.cpp
index 80c4b4d554dff7fb1f354497040c2c20f40d1259..7e6ea79b0aac8baa6082ff5f06869e7771bac670 100644 (file)
@@ -5,10 +5,10 @@
  *
  */
 
-#include <lttng/location-internal.h>
-#include <common/macros.h>
+#include <lttng/location-internal.hpp>
+#include <common/macros.hpp>
 #include <stdlib.h>
-#include <common/error.h>
+#include <common/error.hpp>
 
 static
 struct lttng_trace_archive_location *lttng_trace_archive_location_create(
This page took 0.026821 seconds and 4 git commands to generate.