From 3be602e6c84bd15d5399be3352435b49e1329500 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sat, 27 Sep 2008 15:00:48 +0000 Subject: improve header inclusion process in a few small ways: - it is no longer necessary to forcibly include asterisk/autoconfig.h; every module already includes asterisk.h as its first header (even before system headers), which serves the same purpose - astmm.h is now included by asterisk.h when needed, instead of being forced by the Makefile; this means external modules will build properly against installed headers with MALLOC_DEBUG enabled - simplify the usage of some of these headers in the AEL-related stuff in the utils directory git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@144924 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/pbx_ael.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pbx/pbx_ael.c') diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c index 71282d71b..d68c7c547 100644 --- a/pbx/pbx_ael.c +++ b/pbx/pbx_ael.c @@ -24,7 +24,9 @@ #include "asterisk.h" +#if !defined(STANDALONE_AEL) ASTERISK_FILE_VERSION(__FILE__, "$Revision$") +#endif #include #include -- cgit v1.2.3