diff options
author | Janne Grunau | 2014-01-23 16:20:23 +0100 |
---|---|---|
committer | Janne Grunau | 2014-01-25 21:50:20 +0100 |
commit | fb0c9d41d685abb58575c5482ca33b8cd457c5ec (patch) | |
tree | f06b9bf7072a95a5afaa160e51d05d9bb894ea94 /libavutil/eval.c | |
parent | 28e1eed3c2e7e944f1d73dc749076943aeb4c13c (diff) |
avutil: remove timer.h include from internal.h
Added libavutil/timer.h include to all files with {START,STOP}_TIMER.
Diffstat (limited to 'libavutil/eval.c')
-rw-r--r-- | libavutil/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/eval.c b/libavutil/eval.c index 48f8e66ec6..72f976ca4b 100644 --- a/libavutil/eval.c +++ b/libavutil/eval.c @@ -33,6 +33,7 @@ #include "log.h" #include "mathematics.h" #include "avstring.h" +#include "timer.h" typedef struct Parser { const AVClass *class; |