summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-25 14:06:57 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-25 14:06:57 +0000
commitd7cd7c88fdabb01d9e40ae8a657737907a21ac37 (patch)
tree5233f08ef9be2e9dac934a2d39c228318be56e1b /source/rpcclient
parent10c5470835b43116ed48b3137c3b9cc867a20989 (diff)
downloadsamba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.tar.gz
samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.tar.xz
samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.zip
moved trans2.h and nterr.h into includes.h with all our other includes
Diffstat (limited to 'source/rpcclient')
-rw-r--r--source/rpcclient/cmd_lsarpc.c1
-rw-r--r--source/rpcclient/cmd_netlogon.c1
-rw-r--r--source/rpcclient/cmd_reg.c1
-rw-r--r--source/rpcclient/cmd_samr.c1
-rw-r--r--source/rpcclient/cmd_srvsvc.c1
-rw-r--r--source/rpcclient/cmd_wkssvc.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/source/rpcclient/cmd_lsarpc.c b/source/rpcclient/cmd_lsarpc.c
index 731eda4437d..ee4d5803d53 100644
--- a/source/rpcclient/cmd_lsarpc.c
+++ b/source/rpcclient/cmd_lsarpc.c
@@ -27,7 +27,6 @@
#endif
#include "includes.h"
-#include "nterr.h"
extern int DEBUGLEVEL;
diff --git a/source/rpcclient/cmd_netlogon.c b/source/rpcclient/cmd_netlogon.c
index 2c8514b43e8..944eda86b7c 100644
--- a/source/rpcclient/cmd_netlogon.c
+++ b/source/rpcclient/cmd_netlogon.c
@@ -27,7 +27,6 @@
#endif
#include "includes.h"
-#include "nterr.h"
extern int DEBUGLEVEL;
diff --git a/source/rpcclient/cmd_reg.c b/source/rpcclient/cmd_reg.c
index fcc12c530cc..dfbfcf0cd1b 100644
--- a/source/rpcclient/cmd_reg.c
+++ b/source/rpcclient/cmd_reg.c
@@ -27,7 +27,6 @@
#endif
#include "includes.h"
-#include "nterr.h"
extern int DEBUGLEVEL;
diff --git a/source/rpcclient/cmd_samr.c b/source/rpcclient/cmd_samr.c
index 023bf512e8a..b3c7be56e0d 100644
--- a/source/rpcclient/cmd_samr.c
+++ b/source/rpcclient/cmd_samr.c
@@ -27,7 +27,6 @@
#endif
#include "includes.h"
-#include "nterr.h"
extern int DEBUGLEVEL;
diff --git a/source/rpcclient/cmd_srvsvc.c b/source/rpcclient/cmd_srvsvc.c
index 9deb9e801c6..e1d95af381f 100644
--- a/source/rpcclient/cmd_srvsvc.c
+++ b/source/rpcclient/cmd_srvsvc.c
@@ -27,7 +27,6 @@
#endif
#include "includes.h"
-#include "nterr.h"
extern int DEBUGLEVEL;
diff --git a/source/rpcclient/cmd_wkssvc.c b/source/rpcclient/cmd_wkssvc.c
index 0b8f469af37..1e64f384aeb 100644
--- a/source/rpcclient/cmd_wkssvc.c
+++ b/source/rpcclient/cmd_wkssvc.c
@@ -27,7 +27,6 @@
#endif
#include "includes.h"
-#include "nterr.h"
extern int DEBUGLEVEL;