aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk.h
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-10 01:25:31 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-10 01:25:31 +0000
commit5579bb50570301cff5ee6e24f141055e9fe7472a (patch)
tree447f057ecb05cec63f32832d954517eda4abed4c /include/asterisk.h
parent7a556cc2e50fd2a1e665d2a20c89a6e72dc4f290 (diff)
Merged revisions 148200 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r148200 | seanbright | 2008-10-09 20:42:13 -0400 (Thu, 09 Oct 2008) | 12 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.0@148204 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk.h')
-rw-r--r--include/asterisk.h2
1 files changed, 0 insertions, 2 deletions
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
*/