Commit 3e6088f7 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/internal.h: add timer.h back

Without this a developer would have to add a include every time he
wants to benchmark some code, this is a moderate inconvenience.

This reverts the specific hunk from fb0c9d41Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 965fa6b0
......@@ -36,6 +36,7 @@
#include <assert.h>
#include "config.h"
#include "attributes.h"
#include "timer.h"
#include "cpu.h"
#include "dict.h"
#include "version.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment