diff options
Diffstat (limited to 'lib/tevent/tevent.c')
-rw-r--r-- | lib/tevent/tevent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c index 52699d968e..cd470c93ae 100644 --- a/lib/tevent/tevent.c +++ b/lib/tevent/tevent.c @@ -53,9 +53,9 @@ */ #include "replace.h" -#include "events.h" -#include "events_internal.h" -#include "events_util.h" +#include "tevent.h" +#include "tevent_internal.h" +#include "tevent_util.h" struct event_ops_list { struct event_ops_list *next, *prev; |