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_svid.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_svid.c')
-rw-r--r-- | source3/printing/print_svid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/printing/print_svid.c b/source3/printing/print_svid.c index 837a2fba48..07b157bcd9 100644 --- a/source3/printing/print_svid.c +++ b/source3/printing/print_svid.c @@ -33,7 +33,6 @@ #include "includes.h" -#include "smb.h" #ifdef SYSV |