Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / ini_config / ini_config.cpp
index 6775ddd3f2f7d5f0902df5a6c796e78eeb75d091..874f47f9b09bb55c1e803a291c4ef43589e62aef 100644 (file)
@@ -6,8 +6,9 @@
  */
 
 #include <tap/tap.h>
-#include <common/config/session-config.h>
-#include <common/utils.h>
+#include <common/ini-config/ini-config.hpp>
+#include <common/utils.hpp>
+#include <common/path.hpp>
 #include <string.h>
 #include <lttng/constant.h>
 
This page took 0.023124 seconds and 4 git commands to generate.