Rename C++ header files to .hpp
[lttng-tools.git] / src / common / defaults.cpp
index 830720bd2698645e9d8f6e320a6d3d5aa54927f2..d79e42a6b63b5a35490f42798412b98c68417d59 100644 (file)
@@ -13,9 +13,9 @@
 #include <pthread.h>
 #include <algorithm>
 
-#include "defaults.h"
-#include "macros.h"
-#include "error.h"
+#include "defaults.hpp"
+#include "macros.hpp"
+#include "error.hpp"
 
 static int pthread_attr_init_done;
 static pthread_attr_t tattr;
This page took 0.022933 seconds and 4 git commands to generate.