dont include events.h from files that dont need/use it.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 12 May 2010 03:46:34 +0000 (13:46 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 12 May 2010 03:46:34 +0000 (13:46 +1000)
libctdb/ctdb_ltdb.c
libctdb/ctdb_message.c
libctdb/ctdb_util.c

index aca879fbe5aaa4418f1f9008b9dd233a7a2375af..a2ce14cbb06756d2f1676cc06c72c963b0661a37 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/events/events.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
index 81dca25c96103540e9c8a353a8f79fabaa29436d..a165dcf7a6367da23c95ff174af3da360d4aad5f 100644 (file)
@@ -21,7 +21,6 @@
   protocol design and packet details
 */
 #include "includes.h"
-#include "lib/events/events.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
index bef4db0707624e3ff3a3a448b76b84abbb1fe18c..a9f87fefa8efeebb2434b4637c033bb642823288 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/events/events.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"