rename ctdb.h to ctdb_protocol.h
[sahlberg/ctdb.git] / server / ctdb_takeover.c
index b18c030092147219dfe66f0f3c4177009c521a86..6857f371417701e8013c3029d303744cd072d804 100644 (file)
@@ -24,8 +24,9 @@
 #include "system/network.h"
 #include "system/filesys.h"
 #include "system/wait.h"
-#include "../include/ctdb_private.h"
-#include "../common/rb_tree.h"
+#include "include/ctdb_protocol.h"
+#include "include/ctdb_private.h"
+#include "common/rb_tree.h"
 
 
 #define TAKEOVER_TIMEOUT() timeval_current_ofs(ctdb->tunable.takeover_timeout,0)