diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-06-07 22:26:27 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-06-07 22:26:27 +1000 |
commit | 06a71762a41f8602ccfdf21e6a6bbe884c9d1a4f (patch) | |
tree | cae39eff38c63a2d456fe540f5742be93f9566f3 /ctdb/client | |
parent | b50096c8355e3e5890d3535ab955afe27d036cfb (diff) | |
download | samba-06a71762a41f8602ccfdf21e6a6bbe884c9d1a4f.tar.gz samba-06a71762a41f8602ccfdf21e6a6bbe884c9d1a4f.tar.xz samba-06a71762a41f8602ccfdf21e6a6bbe884c9d1a4f.zip |
some #include cleanups
(This used to be ctdb commit 1a07d87122d51a40cd8ad5fe13533298c26857cb)
Diffstat (limited to 'ctdb/client')
-rw-r--r-- | ctdb/client/ctdb_client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/client/ctdb_client.c b/ctdb/client/ctdb_client.c index b2435f6542..8fe348125f 100644 --- a/ctdb/client/ctdb_client.c +++ b/ctdb/client/ctdb_client.c @@ -22,12 +22,12 @@ #include "includes.h" #include "db_wrap.h" #include "lib/tdb/include/tdb.h" -#include "lib/events/events.h" #include "lib/util/dlinklist.h" +#include "lib/events/events.h" #include "system/network.h" #include "system/filesys.h" -#include "../include/ctdb.h" #include "../include/ctdb_private.h" +#include "lib/util/dlinklist.h" /* allocate a packet for use in client<->daemon communication |