Rename C++ header files to .hpp
[lttng-tools.git] / src / common / waiter.cpp
index aca88eb4db75ade4fa28b971d4616be68bd92742..3ddb68feb7c76dd91f09bec9d7664c02224627a2 100644 (file)
@@ -6,10 +6,10 @@
  *
  */
 
-#include "waiter.h"
+#include "waiter.hpp"
 #include <urcu/uatomic.h>
 #include <urcu/futex.h>
-#include "error.h"
+#include "error.hpp"
 #include <poll.h>
 
 /*
This page took 0.02271 seconds and 4 git commands to generate.