diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-09-10 08:30:54 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-09-10 12:38:41 +0200 |
commit | a0b901a348e435f0234440736670fc9e8fcca836 (patch) | |
tree | 30233de7d675506bb3b4859fd4804a4b23eed7ec /libavutil/float_dsp.c | |
parent | ec17d1aa8b833d49d8fc479e44e9e22858aa486c (diff) | |
download | ffmpeg-a0b901a348e435f0234440736670fc9e8fcca836.tar.gz |
Drop pointless directory name prefixes from #includes in the current dir
Diffstat (limited to 'libavutil/float_dsp.c')
-rw-r--r-- | libavutil/float_dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/float_dsp.c b/libavutil/float_dsp.c index 3eda27a3c3..3707e06694 100644 --- a/libavutil/float_dsp.c +++ b/libavutil/float_dsp.c @@ -17,7 +17,7 @@ */ #include "config.h" -#include "libavutil/attributes.h" +#include "attributes.h" #include "float_dsp.h" static void vector_fmul_c(float *dst, const float *src0, const float *src1, |