Rename C++ header files to .hpp
[lttng-tools.git] / src / common / pipe.cpp
index 2de91f5a06eaac1f87aec7e724d9a98c5ef25eb3..c2dce78816f0fad0e41a935d49371b20f5bbcd0d 100644 (file)
@@ -11,9 +11,9 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include <common/common.h>
+#include <common/common.hpp>
 
-#include "pipe.h"
+#include "pipe.hpp"
 
 /*
  * Lock read side of a pipe.
This page took 0.02322 seconds and 4 git commands to generate.