aboutsummaryrefslogtreecommitdiff
path: root/celt/x86
diff options
context:
space:
mode:
authorJonathan Lennox <jonathan@vidyo.com>2015-08-03 17:04:25 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2015-09-01 17:21:31 -0400
commit26fc5c37759a2336b9256f60006f2ef3d59c4fb9 (patch)
tree07f4913e9b86ce7e0577478019eeb41c7496b3a4 /celt/x86
parent577bfb159afac7a0f3817d3656ffef4a77d18e06 (diff)
downloadlibopus-26fc5c37759a2336b9256f60006f2ef3d59c4fb9.tar.gz
Remove some unnecessary #includes from x86cpu.c.
Diffstat (limited to 'celt/x86')
-rw-r--r--celt/x86/x86cpu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/celt/x86/x86cpu.c b/celt/x86/x86cpu.c
index 9f570af2..b901bd96 100644
--- a/celt/x86/x86cpu.c
+++ b/celt/x86/x86cpu.c
@@ -77,9 +77,6 @@ static void cpuid(unsigned int CPUInfo[4], unsigned int InfoType)
#endif
-#include "SigProc_FIX.h"
-#include "celt_lpc.h"
-
typedef struct CPU_Feature{
/* SIMD: 128-bit */
int HW_SSE2;