From 26fc5c37759a2336b9256f60006f2ef3d59c4fb9 Mon Sep 17 00:00:00 2001
From: Jonathan Lennox <jonathan@vidyo.com>
Date: Mon, 3 Aug 2015 17:04:25 -0400
Subject: [PATCH] Remove some unnecessary #includes from x86cpu.c.

---
 celt/x86/x86cpu.c | 3 ---
 1 file changed, 3 deletions(-)

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