diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-01-23 16:20:23 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-01-25 21:50:20 +0100 |
commit | fb0c9d41d685abb58575c5482ca33b8cd457c5ec (patch) | |
tree | f06b9bf7072a95a5afaa160e51d05d9bb894ea94 /libavutil/internal.h | |
parent | 28e1eed3c2e7e944f1d73dc749076943aeb4c13c (diff) | |
download | ffmpeg-fb0c9d41d685abb58575c5482ca33b8cd457c5ec.tar.gz |
avutil: remove timer.h include from internal.h
Added libavutil/timer.h include to all files with {START,STOP}_TIMER.
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 33a52266c5..ecd535b808 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -36,7 +36,6 @@ #include <assert.h> #include "config.h" #include "attributes.h" -#include "timer.h" #include "dict.h" #if ARCH_X86 |