diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-06-10 04:38:24 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-06-10 04:38:24 +0000 |
commit | b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc (patch) | |
tree | c046d26355a3f879f74680db5f2871f17e119554 /source/printing | |
parent | 0c96ac512fe1f9baf35a8c1c0eb83e001ffb54df (diff) | |
download | samba-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/printing')
-rw-r--r-- | source/printing/pcap.c | 2 | ||||
-rw-r--r-- | source/printing/printing.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/source/printing/pcap.c b/source/printing/pcap.c index 8973b1627fb..13b850b3f5b 100644 --- a/source/printing/pcap.c +++ b/source/printing/pcap.c @@ -54,8 +54,6 @@ #include "includes.h" #include "smb.h" -#include "loadparm.h" -#include "pcap.h" extern int DEBUGLEVEL; diff --git a/source/printing/printing.c b/source/printing/printing.c index 2aa27926d9b..b6265798a12 100644 --- a/source/printing/printing.c +++ b/source/printing/printing.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "loadparm.h" extern int DEBUGLEVEL; extern connection_struct Connections[]; extern files_struct Files[]; |