From 1dedb785ab10f62bdb15cabafacae945d88b3bd2 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 10 Oct 2008 00:42:13 +0000 Subject: Don't include logger.h in asterisk.h by default as it is causing problems building app_voicemail. Instead, include it where it is needed. This turned out to be a relatively minor issue because other headers include logger.h as well. Need to test -addons before merging this back to 1.6.0. (closes issue #13605) Reported by: tomo1657 Patches: 13605_seanbright.diff uploaded by seanbright (license 71) Tested by: mmichelson git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@148200 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/asterisk.h') diff --git a/include/asterisk.h b/include/asterisk.h index 7ae81136b..eed328e9d 100644 --- a/include/asterisk.h +++ b/include/asterisk.h @@ -26,8 +26,6 @@ #include "asterisk/compat.h" -#include "asterisk/logger.h" - /* Default to allowing the umask or filesystem ACLs to determine actual file * creation permissions */ -- cgit v1.2.3