From 489a80e711177e3706db6410c9de24c44716d26e Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 27 Jun 2008 14:21:01 +0000 Subject: [PATCH] I accidentally committed a change to chan_iax2.c in addition to a change to app_queue.c. Reverting the change to chan_iax2.c, even though it may turn out that this change is necessary. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@125812 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_iax2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index 4df61c0a31..92d14d188d 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -53,9 +53,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #include -#if defined(HAVE_DAHDI) #include -#endif #include "asterisk/paths.h" /* need ast_config_AST_DATA_DIR for firmware */