Rename C++ header files to .hpp
[lttng-tools.git] / src / common / futex.cpp
index 3eadf096bc8086760e36b24f3a342341d048c9fa..21ab09ab7e455cc961305f6711ed2b6f53e36132 100644 (file)
@@ -12,9 +12,9 @@
 #include <urcu.h>
 #include <urcu/futex.h>
 
-#include <common/common.h>
+#include <common/common.hpp>
 
-#include "futex.h"
+#include "futex.hpp"
 
 /*
  * This futex wait/wake scheme only works for N wakers / 1 waiters. Hence the
This page took 0.022915 seconds and 4 git commands to generate.