summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent/tevent_util.c')
-rw-r--r--lib/tevent/tevent_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tevent/tevent_util.c b/lib/tevent/tevent_util.c
index 9e7d758405..cfcca9185d 100644
--- a/lib/tevent/tevent_util.c
+++ b/lib/tevent/tevent_util.c
@@ -20,9 +20,9 @@
#include "replace.h"
#include "talloc.h"
-#include "events.h"
-#include "events_internal.h"
-#include "events_util.h"
+#include "tevent.h"
+#include "tevent_internal.h"
+#include "tevent_util.h"
#include <fcntl.h>
/**