summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/getch2.h2
-rw-r--r--osdep/glob.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/osdep/getch2.h b/osdep/getch2.h
index 4dc3b29dce..76cedd9928 100644
--- a/osdep/getch2.h
+++ b/osdep/getch2.h
@@ -26,8 +26,6 @@
#include <stdbool.h>
-#include "config.h"
-
/* Screen size. Initialized by load_termcap() and get_screen_size() */
extern int screen_width;
extern int screen_height;
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;