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/blowfish.c | |
parent | ec17d1aa8b833d49d8fc479e44e9e22858aa486c (diff) | |
download | ffmpeg-a0b901a348e435f0234440736670fc9e8fcca836.tar.gz |
Drop pointless directory name prefixes from #includes in the current dir
Diffstat (limited to 'libavutil/blowfish.c')
-rw-r--r-- | libavutil/blowfish.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavutil/blowfish.c b/libavutil/blowfish.c index 63cc4043ff..8437dd6f94 100644 --- a/libavutil/blowfish.c +++ b/libavutil/blowfish.c @@ -21,10 +21,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavutil/intreadwrite.h" - #include "avutil.h" #include "common.h" +#include "intreadwrite.h" #include "blowfish.h" static const uint32_t orig_p[AV_BF_ROUNDS + 2] = { |