summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/x11_common.c')
-rw-r--r--video/out/x11_common.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/video/out/x11_common.c b/video/out/x11_common.c
index 04d5c6880b..19094f24cd 100644
--- a/video/out/x11_common.c
+++ b/video/out/x11_common.c
@@ -23,10 +23,10 @@
#include <limits.h>
#include "config.h"
-#include "bstr.h"
-#include "options.h"
-#include "mp_msg.h"
-#include "mp_fifo.h"
+#include "core/bstr.h"
+#include "core/options.h"
+#include "core/mp_msg.h"
+#include "core/mp_fifo.h"
#include "libavutil/common.h"
#include "x11_common.h"
#include "talloc.h"
@@ -35,7 +35,7 @@
#include <unistd.h>
#include <assert.h>
-#include "video_out.h"
+#include "vo.h"
#include "aspect.h"
#include "geometry.h"
#include "osdep/timer.h"
@@ -70,11 +70,11 @@
#include <X11/extensions/Xv.h>
#include <X11/extensions/Xvlib.h>
-#include "subopt-helper.h"
+#include "core/subopt-helper.h"
#endif
-#include "input/input.h"
-#include "input/keycodes.h"
+#include "core/input/input.h"
+#include "core/input/keycodes.h"
#define WIN_LAYER_ONBOTTOM 2
#define WIN_LAYER_NORMAL 4