rename ctdb.h to ctdb_protocol.h
[sahlberg/ctdb.git] / server / eventscript.c
index 8011269e26f625595841a5eae5302fa91e70bf57..9739fa8642cfdc7219b766f38eb43ec3858c8a8b 100644 (file)
 #include "system/wait.h"
 #include "system/dir.h"
 #include "system/locale.h"
-#include "../include/ctdb_private.h"
+#include "include/ctdb_protocol.h"
+#include "include/ctdb_private.h"
 #include "lib/events/events.h"
-#include "../common/rb_tree.h"
+#include "common/rb_tree.h"
 
 static void ctdb_event_script_timeout(struct event_context *ev, struct timed_event *te, struct timeval t, void *p);