summaryrefslogtreecommitdiff
path: root/libavcodec/aac_tablegen.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-06-26 20:28:44 +0000
committerMåns Rullgård <mans@mansr.com>2010-06-26 20:28:44 +0000
commit69d12904da10ffa9a5f414f03db776bd1dec8c66 (patch)
treeacff579a681916222dc3870d35865f73df5043c9 /libavcodec/aac_tablegen.h
parent7f02d3570a6563bd84bf48e7b00b7855a9b194c6 (diff)
Remove unnecessary ../ from include directives
Originally committed as revision 23806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac_tablegen.h')
-rw-r--r--libavcodec/aac_tablegen.h2
1 files changed, 1 insertions, 1 deletions
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)