summaryrefslogtreecommitdiff
path: root/source4/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-01 23:37:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:12 -0500
commitf20f1f994ac375ab96cc8a38075b99aa20041b3f (patch)
tree1f42756291e0246863248d9203508b9057cf7d7c /source4/include/includes.h
parent75b2790da896dee22e638bcc760d26c5064a9b3c (diff)
downloadsamba-f20f1f994ac375ab96cc8a38075b99aa20041b3f.tar.gz
samba-f20f1f994ac375ab96cc8a38075b99aa20041b3f.tar.bz2
samba-f20f1f994ac375ab96cc8a38075b99aa20041b3f.zip
r3445: made the gtk tooks use minimal includes. This approximately halves the
total include lines in compiling C files in Samba (the .gch file is now 5M instead of 12M) This also gets rid of the silly gtk compile warning for non-gtk code (This used to be commit 8ebd20cf551c8c1fad98ec723d91873fa202b85a)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r--source4/include/includes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index a9198dbc1d..192ec548fd 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -161,9 +161,6 @@
#include <signal.h>
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
#ifdef HAVE_CTYPE_H
#include <ctype.h>
#endif
@@ -521,8 +518,6 @@ extern int errno;
#include "registry.h"
#include "rap.h"
#include "ldap_server/ldap_server.h"
-#include "gtk/common/gtk-smb.h"
-#include "gtk/common/select.h"
#include "libnet/libnet.h"
#include "utils/net/net.h"