From: Joshua Colp Date: Tue, 28 Nov 2006 16:56:01 +0000 (+0000) Subject: According to the research I have done we never needed to include compiler.h in the... X-Git-Tag: 1.2.14~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c058c6c45da1e7961aa8b92d45f9595f3593a8;p=thirdparty%2Fasterisk.git 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 --- 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"