From fdb7f7ba3da0b1bb02c782eba68aa1fa4ba96800 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Fri, 16 Nov 2007 20:04:58 +0000 Subject: Start untangling header inclusion in a way that does not affect build times - tested, there is no measureable difference before and after this commit. In this change: use asterisk/compat.h to include a small set of system headers: inttypes.h, unistd.h, stddef.h, stddint.h, sys/types.h, stdarg.h, stdlib.h, alloca.h, stdio.h Where available, the inclusion is conditional on HAVE_FOO_H as determined by autoconf. Normally, source files should not include any of the above system headers, and instead use either "asterisk.h" or "asterisk/compat.h" which does it better. For the time being I have left alone second-level directories (main/db1-ast, etc.). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89333 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/sha1.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include/asterisk/sha1.h') diff --git a/include/asterisk/sha1.h b/include/asterisk/sha1.h index ed905d04b..d530c3206 100644 --- a/include/asterisk/sha1.h +++ b/include/asterisk/sha1.h @@ -18,15 +18,8 @@ #ifndef _SHA1_H_ #define _SHA1_H_ - - -#if defined(__OpenBSD__) || defined( __FreeBSD__) -#include -#else -#include -#endif - /* + * We assume that the standard asterisk headers have been included before this one. * If you do not have the ISO standard stdint.h header file, then you * must typdef the following: * name meaning -- cgit v1.2.3