Rename C++ header files to .hpp
[lttng-tools.git] / src / common / readwrite.cpp
index 857781c6ae7ed3ab345d392fb0fddeaa0423a696..8e901c9fec81f0027d120064ed90572765710ea6 100644 (file)
@@ -9,9 +9,9 @@
 #include <limits.h>
 #include <unistd.h>
 
-#include <common/compat/errno.h>
+#include <common/compat/errno.hpp>
 
-#include "readwrite.h"
+#include "readwrite.hpp"
 
 /*
  * lttng_read and lttng_write take care of EINTR and partial read/write.
This page took 0.023656 seconds and 4 git commands to generate.