diff options
author | Måns Rullgård <mans@mansr.com> | 2010-06-26 20:28:44 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-06-26 20:28:44 +0000 |
commit | 69d12904da10ffa9a5f414f03db776bd1dec8c66 (patch) | |
tree | acff579a681916222dc3870d35865f73df5043c9 /libavcodec/qdm2_tablegen.h | |
parent | 7f02d3570a6563bd84bf48e7b00b7855a9b194c6 (diff) | |
download | ffmpeg-69d12904da10ffa9a5f414f03db776bd1dec8c66.tar.gz |
Remove unnecessary ../ from include directives
Originally committed as revision 23806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/qdm2_tablegen.h')
-rw-r--r-- | libavcodec/qdm2_tablegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qdm2_tablegen.h b/libavcodec/qdm2_tablegen.h index de9ff0c902..6718f58b09 100644 --- a/libavcodec/qdm2_tablegen.h +++ b/libavcodec/qdm2_tablegen.h @@ -25,7 +25,7 @@ #include <stdint.h> #include <math.h> -#include "../libavutil/attributes.h" +#include "libavutil/attributes.h" #define SOFTCLIP_THRESHOLD 27600 #define HARDCLIP_THRESHOLD 35716 |