summaryrefslogtreecommitdiff
path: root/source4/libcli/raw
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-11 02:08:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:41 -0500
commit9515fc4406464b6a015a06d89ca0370810977486 (patch)
tree0b4d26f02346df10ae9590ccebdf9e2f792e159b /source4/libcli/raw
parentecbde2c1c697f756743fb1b1a489373ee06deb65 (diff)
downloadsamba-9515fc4406464b6a015a06d89ca0370810977486.tar.gz
samba-9515fc4406464b6a015a06d89ca0370810977486.tar.bz2
samba-9515fc4406464b6a015a06d89ca0370810977486.zip
r5322: removed a whole bunch of #include lines that minimal_includes.pl
thinks are not needed. Now to see how this fares on the build farm :) (This used to be commit 80ffcc650c9c86141507edd8338b97814a85f868)
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r--source4/libcli/raw/clisession.c1
-rw-r--r--source4/libcli/raw/clitransport.c1
-rw-r--r--source4/libcli/raw/rawacl.c1
-rw-r--r--source4/libcli/raw/raweas.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/source4/libcli/raw/clisession.c b/source4/libcli/raw/clisession.c
index 4eba464274..5f75701871 100644
--- a/source4/libcli/raw/clisession.c
+++ b/source4/libcli/raw/clisession.c
@@ -23,7 +23,6 @@
#include "includes.h"
#include "libcli/raw/libcliraw.h"
#include "system/filesys.h"
-#include "auth/auth.h"
#define SETUP_REQUEST_SESSION(cmd, wct, buflen) do { \
req = smbcli_request_setup_session(session, cmd, wct, buflen); \
diff --git a/source4/libcli/raw/clitransport.c b/source4/libcli/raw/clitransport.c
index ee382da3c2..05833b2f9a 100644
--- a/source4/libcli/raw/clitransport.c
+++ b/source4/libcli/raw/clitransport.c
@@ -23,7 +23,6 @@
#include "includes.h"
#include "libcli/raw/libcliraw.h"
#include "lib/socket/socket.h"
-#include "system/time.h"
#include "dlinklist.h"
#include "lib/events/events.h"
diff --git a/source4/libcli/raw/rawacl.c b/source4/libcli/raw/rawacl.c
index b2dac09f81..82c69ec706 100644
--- a/source4/libcli/raw/rawacl.c
+++ b/source4/libcli/raw/rawacl.c
@@ -21,7 +21,6 @@
#include "includes.h"
#include "librpc/gen_ndr/ndr_security.h"
-#include "libcli/raw/libcliraw.h"
/****************************************************************************
fetch file ACL (async send)
diff --git a/source4/libcli/raw/raweas.c b/source4/libcli/raw/raweas.c
index 49be9a43e6..4ab3344135 100644
--- a/source4/libcli/raw/raweas.c
+++ b/source4/libcli/raw/raweas.c
@@ -19,7 +19,6 @@
*/
#include "includes.h"
-#include "libcli/raw/libcliraw.h"
/*
work out how many bytes on the wire a ea list will consume.