From a0b901a348e435f0234440736670fc9e8fcca836 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 10 Sep 2013 08:30:54 +0200 Subject: Drop pointless directory name prefixes from #includes in the current dir --- libavutil/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/time.c') diff --git a/libavutil/time.c b/libavutil/time.c index 51779c5d17..62cd445dbc 100644 --- a/libavutil/time.c +++ b/libavutil/time.c @@ -31,7 +31,7 @@ #include #endif -#include "libavutil/time.h" +#include "time.h" #include "error.h" int64_t av_gettime(void) -- cgit v1.2.3