summaryrefslogtreecommitdiff
path: root/ctdb/tools
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/tools')
-rw-r--r--ctdb/tools/ctdb_killtcp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/tools/ctdb_killtcp.c b/ctdb/tools/ctdb_killtcp.c
index f352c9bdae6..bd5da0834b7 100644
--- a/ctdb/tools/ctdb_killtcp.c
+++ b/ctdb/tools/ctdb_killtcp.c
@@ -17,12 +17,12 @@
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <talloc.h>
-#include <tevent.h>
-
#include "replace.h"
#include "system/network.h"
+#include <talloc.h>
+#include <tevent.h>
+
#include "lib/util/debug.h"
#include "lib/util/tevent_unix.h"