Rename C++ header files to .hpp
[lttng-tools.git] / src / common / tracker.cpp
index 0cd0e9027973f18e27e3ca238046b1cdd02bf5af..6bb84d0cad8175c8a879de39b056e03546099db0 100644 (file)
 #include <lttng/lttng-error.h>
 #include <lttng/tracker.h>
 
-#include <common/dynamic-array.h>
-#include <common/error.h>
-#include <common/hashtable/hashtable.h>
-#include <common/hashtable/utils.h>
-#include <common/tracker.h>
+#include <common/dynamic-array.hpp>
+#include <common/error.hpp>
+#include <common/hashtable/hashtable.hpp>
+#include <common/hashtable/utils.hpp>
+#include <common/tracker.hpp>
 
 #include <stdbool.h>
 
This page took 0.022533 seconds and 4 git commands to generate.