mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
ctdb-system: Use protocol/protocol.h instead of ctdb_private.h
Since this code does not need any private structures defined in ctdb_private.h, protocol/protocol.h should suffice. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
2bad37db98
commit
af13e56271
@ -26,7 +26,7 @@
|
||||
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
#include "ctdb_private.h"
|
||||
#include "protocol/protocol.h"
|
||||
|
||||
#include <netinet/if_ether.h>
|
||||
#include <netinet/ip6.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
#include "ctdb_private.h"
|
||||
#include "protocol/protocol.h"
|
||||
|
||||
#include "common/logging.h"
|
||||
#include "common/system.h"
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
#include "ctdb_private.h"
|
||||
#include "protocol/protocol.h"
|
||||
|
||||
#include <net/ethernet.h>
|
||||
#include <netinet/ip6.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
#include "ctdb_private.h"
|
||||
#include "protocol/protocol.h"
|
||||
|
||||
#include <net/ethernet.h>
|
||||
#include <netinet/ip6.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
#include "ctdb_private.h"
|
||||
#include "protocol/protocol.h"
|
||||
|
||||
#include <net/ethernet.h>
|
||||
#include <netinet/ip6.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
#include "ctdb_private.h"
|
||||
#include "protocol/protocol.h"
|
||||
|
||||
#include <netinet/if_ether.h>
|
||||
#include <netinet/ip6.h>
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
#include "ctdb_private.h"
|
||||
#include "protocol/protocol.h"
|
||||
|
||||
#include "common/logging.h"
|
||||
#include "common/system.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user