summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/sr1.c')
-rw-r--r--mp3lib/sr1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index a3f7b292b1..87ab7dc4b7 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -25,9 +25,9 @@
#include "huffman.h"
#include "mp3.h"
#include "bswap.h"
-#include "../cpudetect.h"
-//#include "../liba52/mm_accel.h"
-#include "../mp_msg.h"
+#include "cpudetect.h"
+//#include "liba52/mm_accel.h"
+#include "mp_msg.h"
#include "fastmemcpy.h"
@@ -394,7 +394,7 @@ extern void dct64_MMX_3dnow(real *, real *, real *);
extern void dct64_MMX_3dnowex(real *, real *, real *);
void (*dct64_MMX_func)(real *, real *, real *);
-#include "../cpudetect.h"
+#include "cpudetect.h"
// Init decoder tables. Call first, once!
#ifdef USE_FAKE_MONO