Rename C++ header files to .hpp
[lttng-tools.git] / src / common / shm.cpp
index f1793d7a7d280701b0235e497dc03a101b04d7cc..e3fa9b6404c3ad6f85d99293f664aeac9aebefb9 100644 (file)
@@ -16,9 +16,9 @@
 #include <unistd.h>
 #include <urcu.h>
 
-#include <common/error.h>
+#include <common/error.hpp>
 
-#include "shm.h"
+#include "shm.hpp"
 
 /*
  * Using fork to set umask in the child process (not multi-thread safe). We
This page took 0.022846 seconds and 4 git commands to generate.