Rename C++ header files to .hpp
[lttng-tools.git] / src / common / index-allocator.cpp
index c48d708d0ea2759e8806aa5558d949ae2ec12e8d..7fe18eb1862cd41674b38c359d425de62f1365ad 100644 (file)
 #include <urcu.h>
 #include <urcu/list.h>
 
-#include "macros.h"
-#include "error.h"
+#include "macros.hpp"
+#include "error.hpp"
 
-#include "index-allocator.h"
+#include "index-allocator.hpp"
 
 struct lttng_index_allocator {
        struct cds_list_head unused_list;
This page took 0.023869 seconds and 4 git commands to generate.