summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2014-01-23 16:20:23 +0100
committerJanne Grunau <janne-libav@jannau.net>2014-01-25 21:50:20 +0100
commitfb0c9d41d685abb58575c5482ca33b8cd457c5ec (patch)
treef06b9bf7072a95a5afaa160e51d05d9bb894ea94 /libavutil/internal.h
parent28e1eed3c2e7e944f1d73dc749076943aeb4c13c (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/internal.h')
-rw-r--r--libavutil/internal.h1
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