diff --git a/celt/x86/x86cpu.c b/celt/x86/x86cpu.c
index 9f570af281d9ce3b9afd6b0736da446db32fa5e2..b901bd96cb644a208d08f9bc2292775c4224abbb 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;