Rename C++ header files to .hpp
[lttng-tools.git] / src / common / index / index.cpp
index 48d30e428253518412c276c89012d0cc71c1e2f0..9d6895baea9817af1a7e4c34dafffbce53e131ea 100644 (file)
 #include <fcntl.h>
 
 #include <lttng/constant.h>
-#include <common/common.h>
-#include <common/defaults.h>
-#include <common/compat/endian.h>
-#include <common/utils.h>
+#include <common/common.hpp>
+#include <common/defaults.hpp>
+#include <common/compat/endian.hpp>
+#include <common/utils.hpp>
 
-#include "index.h"
+#include "index.hpp"
 
 #define WRITE_FILE_FLAGS       (O_WRONLY | O_CREAT | O_TRUNC)
 #define READ_ONLY_FILE_FLAGS   O_RDONLY
This page took 0.023756 seconds and 4 git commands to generate.