From 2c08bf1bd744bb8eb5986f1ccb3ae03e284170dc Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 18 Dec 2013 17:12:21 +0100 Subject: Reduce recursive config.h inclusions in headers In my opinion, config.h inclusions should be kept to a minimum. MPlayer code really liked including config.h everywhere, though, even in often used header files. Try to reduce this. --- sub/img_convert.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sub/img_convert.c') diff --git a/sub/img_convert.c b/sub/img_convert.c index ce72f2c6d3..8c42c5ed4b 100644 --- a/sub/img_convert.c +++ b/sub/img_convert.c @@ -23,6 +23,7 @@ #include "talloc.h" +#include "common/common.h" #include "img_convert.h" #include "osd.h" #include "video/img_format.h" -- cgit v1.2.3