diff mp3lib/decode_MMX.c @ 16989:e7a129082fda

Unify include paths, -I.. is in CFLAGS.
author diego
date Tue, 15 Nov 2005 18:14:07 +0000
parents 114f3d149324
children 69c665e91946
line wrap: on
line diff
--- a/mp3lib/decode_MMX.c	Tue Nov 15 17:55:39 2005 +0000
+++ b/mp3lib/decode_MMX.c	Tue Nov 15 18:14:07 2005 +0000
@@ -7,8 +7,8 @@
  * Local ChangeLog:
  * - Partial loops unrolling and removing MOVW insn from loops
 */
-#include "../config.h"
-#include "../mangle.h"
+#include "config.h"
+#include "mangle.h"
 #define real float /* ugly - but only way */
 
 static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;