summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent/tevent_select.c')
-rw-r--r--lib/tevent/tevent_select.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tevent/tevent_select.c b/lib/tevent/tevent_select.c
index 54d32204f5..35c6f78599 100644
--- a/lib/tevent/tevent_select.c
+++ b/lib/tevent/tevent_select.c
@@ -26,9 +26,9 @@
#include "replace.h"
#include "system/filesys.h"
#include "system/select.h"
-#include "events.h"
-#include "events_util.h"
-#include "events_internal.h"
+#include "tevent.h"
+#include "tevent_util.h"
+#include "tevent_internal.h"
struct select_event_context {
/* a pointer back to the generic event_context */