summaryrefslogtreecommitdiffstats
path: root/source/param
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-10 04:38:24 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-10 04:38:24 +0000
commitb551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc (patch)
treec046d26355a3f879f74680db5f2871f17e119554 /source/param
parent0c96ac512fe1f9baf35a8c1c0eb83e001ffb54df (diff)
downloadsamba-b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc.tar.gz
samba-b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc.tar.xz
samba-b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc.zip
got rid of a lot of redundent header files as we now globally generate
prototypes automatically using "make proto". This is much less prone to error than the old method of manually adding prototypes
Diffstat (limited to 'source/param')
-rw-r--r--source/param/loadparm.c4
-rw-r--r--source/param/params.c1
2 files changed, 0 insertions, 5 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index fcd70b4b75e..f4aaa16e6a4 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -49,10 +49,6 @@
#include "includes.h"
-#include "params.h"
-#include "loadparm.h"
-#include "pcap.h"
-
BOOL bLoaded = False;
extern int DEBUGLEVEL;
diff --git a/source/param/params.c b/source/param/params.c
index d5d841dceb8..8ff3d59d280 100644
--- a/source/param/params.c
+++ b/source/param/params.c
@@ -57,7 +57,6 @@ the other = 3
#include "includes.h"
#include "smb.h"
-#include "params.h"
/* local variable pointing to passed filename */
static char *pszParmFile = NULL;