From 1821d5619b82d592c5d1dbcd5acded9bd2ca1ee9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 29 Jan 2009 13:22:02 +0100 Subject: [PATCH] remove include from public ctdb.h This is not portable. The ctdb build includes the necessary headers from includes.h. And users of ctdb should cope with including the necessary prerequisite headers themselves. Michael (This used to be ctdb commit fedc6983f5dee39152e6f400f89a3e07eab57f0c) --- ctdb/include/ctdb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ctdb/include/ctdb.h b/ctdb/include/ctdb.h index d5aa69f3aad..2ec477f608f 100644 --- a/ctdb/include/ctdb.h +++ b/ctdb/include/ctdb.h @@ -20,8 +20,6 @@ #ifndef _CTDB_H #define _CTDB_H -#include - #define CTDB_IMMEDIATE_MIGRATION 0x00000001 struct ctdb_call { int call_id;