diff options
author | Gerald Carter <jerry@samba.org> | 2003-11-03 19:23:05 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-11-03 19:23:05 +0000 |
commit | d789f3bcb5044d381d4702991f4be24727870281 (patch) | |
tree | 7f20f0955fa4abe809d8507992d857a53e5e4f5f /source3/include | |
parent | 26ec85d00f83257e81c921ddbea8debcfa64ff19 (diff) | |
download | samba-d789f3bcb5044d381d4702991f4be24727870281.tar.gz samba-d789f3bcb5044d381d4702991f4be24727870281.tar.bz2 samba-d789f3bcb5044d381d4702991f4be24727870281.zip |
removing #include <compat.h> in hopes to avoid problems with apache header files; will watch the build farm on this to make sure things don't blow up
(This used to be commit b4d80ee74727a72aa8fe070d13e3ca5de71837ca)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index fe7923cc81..c463f99a90 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -333,10 +333,6 @@ #define PASSWORD_LENGTH 16 #endif /* HAVE_SYS_SECURITY_H */ -#ifdef HAVE_COMPAT_H -#include <compat.h> -#endif - #ifdef HAVE_STROPTS_H #include <stropts.h> #endif |