From 7c55d23cbf4379daae5c9ff25d2f125dcb550fb1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 3 Nov 2003 19:22:32 +0000 Subject: removing #include 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 e92583cecd79adea25caedd1599ac8f36733a923) --- source3/include/includes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 74540f81ba..ebb09b6c6c 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 -#endif - #ifdef HAVE_STROPTS_H #include #endif -- cgit