Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lennox <jonathan@vidyo.com>2015-08-04 00:04:25 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2015-09-02 00:21:31 +0300
commit26fc5c37759a2336b9256f60006f2ef3d59c4fb9 (patch)
tree07f4913e9b86ce7e0577478019eeb41c7496b3a4
parent577bfb159afac7a0f3817d3656ffef4a77d18e06 (diff)
Remove some unnecessary #includes from x86cpu.c.
-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;