From dc25d79f4980fb547908f4dd43732ebc0622610c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 5 Jun 2011 01:28:22 +0200 Subject: Drop unnecessary directory prefixes from #include directives. --- libavutil/imgutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/imgutils.h') diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index 7abeb657fb..b569eb1ca4 100644 --- a/libavutil/imgutils.h +++ b/libavutil/imgutils.h @@ -24,8 +24,8 @@ * misc image utilities */ -#include "libavutil/pixdesc.h" #include "avutil.h" +#include "pixdesc.h" /** * Compute the max pixel step for each plane of an image with a -- cgit v1.2.3