Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / tools / notification / notification.cpp
index c6205ef63757c29e45169cb8a607602c2cccfa05..15f98bf9a1b4fa50265e412e34adbdeff6496ddc 100644 (file)
@@ -22,8 +22,8 @@
 #include <signal.h>
 #include <poll.h>
 
-#include <common/compat/errno.h>
-#include <common/macros.h>
+#include <common/compat/errno.hpp>
+#include <common/macros.hpp>
 #include <lttng/lttng.h>
 
 #include <tap/tap.h>
This page took 0.022252 seconds and 4 git commands to generate.