From b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Jun 1996 04:38:24 +0000 Subject: 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 --- source/param/loadparm.c | 4 ---- source/param/params.c | 1 - 2 files changed, 5 deletions(-) (limited to 'source/param') 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; -- cgit