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
This commit is contained in:
Joshua Colp
2006-11-28 16:56:01 +00:00
parent 0c18e0a5e1
commit b6c058c6c4

View File

@@ -37,11 +37,6 @@
#include <linux/telephony.h>
/* Still use some IXJ specific stuff */
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
# include <linux/compiler.h>
#endif
#endif
#include <linux/ixjuser.h>
#include "asterisk.h"