diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-05 01:28:22 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-07 10:31:26 +0200 |
commit | dc25d79f4980fb547908f4dd43732ebc0622610c (patch) | |
tree | 91694594d20104d3425db813f6f70cf9b61ca6a2 /libavcodec/aac_tablegen.h | |
parent | b9c6c7cb25932b594fd684a0cb553e439d49fe12 (diff) | |
download | ffmpeg-dc25d79f4980fb547908f4dd43732ebc0622610c.tar.gz |
Drop unnecessary directory prefixes from #include directives.
Diffstat (limited to 'libavcodec/aac_tablegen.h')
-rw-r--r-- | libavcodec/aac_tablegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac_tablegen.h b/libavcodec/aac_tablegen.h index 4486e1a9fc..8773d9b975 100644 --- a/libavcodec/aac_tablegen.h +++ b/libavcodec/aac_tablegen.h @@ -29,7 +29,7 @@ #include "libavcodec/aac_tables.h" #else #include "libavutil/mathematics.h" -#include "libavcodec/aac.h" +#include "aac.h" float ff_aac_pow2sf_tab[428]; void ff_aac_tableinit(void) |