git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e186b60
)
printing: fix default printing subsystem detection
author
Stefan Metzmacher
<metze@samba.org>
Fri, 23 Nov 2007 10:51:33 +0000
(11:51 +0100)
committer
Stefan Metzmacher
<metze@samba.org>
Fri, 23 Nov 2007 10:51:33 +0000
(11:51 +0100)
"system/printing.h" includes an outdated copy of
the stuff in samba3's includes.h, so we should not use it.
metze
source/include/includes.h
patch
|
blob
|
history
diff --git
a/source/include/includes.h
b/source/include/includes.h
index 2e82070815e9967bde6548b0c7e9fa766d40cf4f..5192c379018ab4446da3823cdb3fe45d64dbffd6 100644
(file)
--- a/
source/include/includes.h
+++ b/
source/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"