diff options
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r-- | source4/include/includes.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 192ec548fd..914ec2f4ea 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -317,23 +317,6 @@ #endif -#if defined(HAVE_SYS_IPC_H) -#include <sys/ipc.h> -#endif /* HAVE_SYS_IPC_H */ - -#if defined(HAVE_SYS_SHM_H) -#include <sys/shm.h> -#endif /* HAVE_SYS_SHM_H */ - -#ifdef HAVE_NATIVE_ICONV -#ifdef HAVE_ICONV -#include <iconv.h> -#endif -#ifdef HAVE_GICONV -#include <giconv.h> -#endif -#endif - /* we support ADS if we want it and have krb5 and ldap libs */ #if defined(WITH_ADS) && defined(HAVE_KRB5) && defined(HAVE_LDAP) #define HAVE_ADS |