Rename C++ header files to .hpp
[lttng-tools.git] / src / common / ini-config / ini.cpp
index 1d967a49d0b0da6de531da8d37a7ba1c0d2b05cb..d8ec8cf3e375545b36416867704e45fa2b16f2cc 100644 (file)
@@ -36,9 +36,9 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
-#include <common/common.h>
+#include <common/common.hpp>
 
-#include "ini.h"
+#include "ini.hpp"
 
 #if !INI_USE_STACK
 #include <stdlib.h>
This page took 0.023194 seconds and 4 git commands to generate.