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. --- stream/stream.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream.h') diff --git a/stream/stream.h b/stream/stream.h index 7d10eccd28..34a7b30733 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -19,7 +19,6 @@ #ifndef MPLAYER_STREAM_H #define MPLAYER_STREAM_H -#include "config.h" #include "common/msg.h" #include #include -- cgit v1.2.3