From b6c058c6c45da1e7961aa8b92d45f9595f3593a8 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Tue, 28 Nov 2006 16:56:01 +0000 Subject: [PATCH] According to the research I have done we never needed to include compiler.h in the first place so let's not! (issue #8430 reported by edguy3) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@48087 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_phone.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/channels/chan_phone.c b/channels/chan_phone.c index 84bf508c51..ad7b870130 100644 --- a/channels/chan_phone.c +++ b/channels/chan_phone.c @@ -37,11 +37,6 @@ #include /* Still use some IXJ specific stuff */ #include -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) -# include -#endif -#endif #include #include "asterisk.h" -- 2.47.2