summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/ctdbd_conn.c2
-rw-r--r--source3/lib/dmallocmsg.c1
-rw-r--r--source3/lib/g_lock.c1
-rw-r--r--source3/lib/messages.c2
-rw-r--r--source3/lib/messages_ctdbd.c1
-rw-r--r--source3/lib/messages_local.c2
-rw-r--r--source3/lib/tallocmsg.c1
7 files changed, 0 insertions, 10 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index cc2f99782a..8e0eeee9fa 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.c
@@ -22,8 +22,6 @@
#ifdef CLUSTER_SUPPORT
-#include "librpc/gen_ndr/messaging.h"
-#include "librpc/gen_ndr/ndr_messaging.h"
#include "ctdbd_conn.h"
#include "packet.h"
#include "messages.h"
diff --git a/source3/lib/dmallocmsg.c b/source3/lib/dmallocmsg.c
index 837994a6ea..889f4ed3db 100644
--- a/source3/lib/dmallocmsg.c
+++ b/source3/lib/dmallocmsg.c
@@ -17,7 +17,6 @@
*/
#include "includes.h"
-#include "librpc/gen_ndr/messaging.h"
#include "messages.h"
/**
diff --git a/source3/lib/g_lock.c b/source3/lib/g_lock.c
index c9e16d0f77..7a9161e7a6 100644
--- a/source3/lib/g_lock.c
+++ b/source3/lib/g_lock.c
@@ -20,7 +20,6 @@
#include "includes.h"
#include "system/filesys.h"
#include "g_lock.h"
-#include "librpc/gen_ndr/messaging.h"
#include "ctdbd_conn.h"
#include "../lib/util/select.h"
#include "system/select.h"
diff --git a/source3/lib/messages.c b/source3/lib/messages.c
index db916674c6..4335554c2a 100644
--- a/source3/lib/messages.c
+++ b/source3/lib/messages.c
@@ -46,8 +46,6 @@
*/
#include "includes.h"
-#include "librpc/gen_ndr/messaging.h"
-#include "librpc/gen_ndr/ndr_messaging.h"
#include "dbwrap.h"
#include "serverid.h"
#include "messages.h"
diff --git a/source3/lib/messages_ctdbd.c b/source3/lib/messages_ctdbd.c
index 96a33abf50..3e2fde0b8f 100644
--- a/source3/lib/messages_ctdbd.c
+++ b/source3/lib/messages_ctdbd.c
@@ -22,7 +22,6 @@
#ifdef CLUSTER_SUPPORT
-#include "librpc/gen_ndr/messaging.h"
#include "ctdb.h"
#include "ctdb_private.h"
#include "ctdbd_conn.h"
diff --git a/source3/lib/messages_local.c b/source3/lib/messages_local.c
index 4bcae544e2..18074cdd92 100644
--- a/source3/lib/messages_local.c
+++ b/source3/lib/messages_local.c
@@ -44,8 +44,6 @@
#include "includes.h"
#include "system/filesys.h"
-#include "librpc/gen_ndr/messaging.h"
-#include "librpc/gen_ndr/ndr_messaging.h"
#include "messages.h"
struct messaging_tdb_context {
diff --git a/source3/lib/tallocmsg.c b/source3/lib/tallocmsg.c
index a90d973151..da380c9335 100644
--- a/source3/lib/tallocmsg.c
+++ b/source3/lib/tallocmsg.c
@@ -17,7 +17,6 @@
*/
#include "includes.h"
-#include "librpc/gen_ndr/messaging.h"
#include "messages.h"
/**