diff options
author | wm4 <wm4@nowhere> | 2013-12-18 17:12:21 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-12-18 17:12:21 +0100 |
commit | 2c08bf1bd744bb8eb5986f1ccb3ae03e284170dc (patch) | |
tree | d8d7c08760dcc584f99eff7b921bb87a116fe532 /osdep/glob.h | |
parent | 5e0424f17f23c24e82a4325ff81e7ef67ac1337a (diff) | |
download | mpv-2c08bf1bd744bb8eb5986f1ccb3ae03e284170dc.tar.bz2 mpv-2c08bf1bd744bb8eb5986f1ccb3ae03e284170dc.tar.xz |
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.
Diffstat (limited to 'osdep/glob.h')
-rw-r--r-- | osdep/glob.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/glob.h b/osdep/glob.h index 2d23b3a075..f117725d63 100644 --- a/osdep/glob.h +++ b/osdep/glob.h @@ -20,7 +20,6 @@ #define MPLAYER_GLOB_H #include <sys/types.h> -#include "config.h" typedef struct { size_t gl_pathc; |