From 69d12904da10ffa9a5f414f03db776bd1dec8c66 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 26 Jun 2010 20:28:44 +0000 Subject: Remove unnecessary ../ from include directives Originally committed as revision 23806 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac_tablegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac_tablegen.h') diff --git a/libavcodec/aac_tablegen.h b/libavcodec/aac_tablegen.h index 630071dd1d..3a820ba673 100644 --- a/libavcodec/aac_tablegen.h +++ b/libavcodec/aac_tablegen.h @@ -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) -- cgit v1.2.3