diff --git a/channels/chan_phone.c b/channels/chan_phone.c index dd02c0e23b..73113d57e3 100644 --- a/channels/chan_phone.c +++ b/channels/chan_phone.c @@ -48,11 +48,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #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/lock.h"