diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-11-23 11:51:33 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-11-23 11:51:33 +0100 |
commit | a0ad3a7d64f66cd086d691e4f27e412300a6d96d (patch) | |
tree | 68b02e9876c605cfff8198e27e5bd47e83125f3b | |
parent | c20077e825f55ca669cb89bbb206bfd3ad2a6307 (diff) | |
download | samba-a0ad3a7d64f66cd086d691e4f27e412300a6d96d.tar.gz samba-a0ad3a7d64f66cd086d691e4f27e412300a6d96d.tar.bz2 samba-a0ad3a7d64f66cd086d691e4f27e412300a6d96d.zip |
printing: fix default printing subsystem detection
"system/printing.h" includes an outdated copy of
the stuff in samba3's includes.h, so we should not use it.
metze
(This used to be commit 0a7338abfabaf31c2cbd81fb4ac8f1ce45735bed)
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 2e82070815..5192c37901 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -106,7 +106,6 @@ #include "system/locale.h" #include "system/network.h" #include "system/passwd.h" -#include "system/printing.h" #include "system/readline.h" #include "system/select.h" #include "system/shmem.h" |