Rename C++ header files to .hpp
[lttng-tools.git] / src / common / compat / poll.cpp
index 0c40c4511d266731d7a556daab9aebb172de9982..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"
 
-#if HAVE_EPOLL
+#ifdef HAVE_EPOLL
 
 #include <fcntl.h>
 #include <limits.h>
This page took 0.02322 seconds and 4 git commands to generate.