Rename C++ header files to .hpp
[lttng-tools.git] / src / common / compat / poll.cpp
index 910b0f62aee469dfc1691e3b7eb212c01d1fdeb7..4f532a26d66715adc77cafce1ba30481112449b8 100644 (file)
 #include <stdlib.h>
 #include <stdbool.h>
 
-#include <common/defaults.h>
-#include <common/error.h>
-#include <common/macros.h>
-#include <common/utils.h>
+#include <common/defaults.hpp>
+#include <common/error.hpp>
+#include <common/macros.hpp>
+#include <common/utils.hpp>
 
-#include "poll.h"
+#include "poll.hpp"
 
 #ifdef HAVE_EPOLL
 
This page took 0.022947 seconds and 4 git commands to generate.