avutil: remove timer.h include from internal.h

Added libavutil/timer.h include to all files with {START,STOP}_TIMER.
This commit is contained in:
Janne Grunau
2014-01-23 16:20:23 +01:00
parent 28e1eed3c2
commit fb0c9d41d6
11 changed files with 10 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
#include "common.h"
#include "aes.h"
#include "intreadwrite.h"
#include "timer.h"
typedef union {
uint64_t u64[2];

View File

@@ -33,6 +33,7 @@
#include "log.h"
#include "mathematics.h"
#include "avstring.h"
#include "timer.h"
typedef struct Parser {
const AVClass *class;

View File

@@ -36,7 +36,6 @@
#include <assert.h>
#include "config.h"
#include "attributes.h"
#include "timer.h"
#include "dict.h"
#if ARCH_X86