diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-24 08:37:02 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-24 08:37:02 +0000 |
commit | 94596400e346bcd702e0e184e2ced076e9a106b2 (patch) | |
tree | e6f335295437d63996a8615d21ebfa0dd22121c2 /source3/printing/print_cups.c | |
parent | 5aca399a382fcd1e1664749f7b6fe7b9a67ac75e (diff) | |
download | samba-94596400e346bcd702e0e184e2ced076e9a106b2.tar.gz samba-94596400e346bcd702e0e184e2ced076e9a106b2.tar.bz2 samba-94596400e346bcd702e0e184e2ced076e9a106b2.zip |
No need to #include smb.h, when we already #include include.h
(This used to be commit b3049bb0d0ff97142940e2b33e9603d1c231ccfe)
Diffstat (limited to 'source3/printing/print_cups.c')
-rw-r--r-- | source3/printing/print_cups.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c index 2df846aa57..d41367af8b 100644 --- a/source3/printing/print_cups.c +++ b/source3/printing/print_cups.c @@ -19,7 +19,6 @@ */ #include "printing.h" -#include "smb.h" #ifdef HAVE_CUPS #include <cups/cups.h> |