mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
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 commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5f47bf1187
commit
8ebd20cf55
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user