diff aac_tablegen.h @ 11967:4b2300246240 libavcodec

Remove unnecessary ../ from include directives
author mru
date Sat, 26 Jun 2010 20:28:44 +0000
parents ebe049799f6d
children
line wrap: on
line diff
--- a/aac_tablegen.h	Sat Jun 26 18:34:56 2010 +0000
+++ b/aac_tablegen.h	Sat Jun 26 20:28:44 2010 +0000
@@ -28,7 +28,7 @@
 #if CONFIG_HARDCODED_TABLES
 #include "libavcodec/aac_tables.h"
 #else
-#include "../libavutil/mathematics.h"
+#include "libavutil/mathematics.h"
 float ff_aac_pow2sf_tab[428];
 
 void ff_aac_tableinit(void)