summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-23 11:51:33 +0100
committerStefan Metzmacher <metze@samba.org>2007-11-23 11:51:33 +0100
commita0ad3a7d64f66cd086d691e4f27e412300a6d96d (patch)
tree68b02e9876c605cfff8198e27e5bd47e83125f3b /source3
parentc20077e825f55ca669cb89bbb206bfd3ad2a6307 (diff)
downloadsamba-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)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h1
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"