summaryrefslogtreecommitdiffstats
path: root/gui/win32/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/win32/gui.c')
-rw-r--r--gui/win32/gui.c23
1 files changed, 12 insertions, 11 deletions
diff --git a/gui/win32/gui.c b/gui/win32/gui.c
index 2436414d0d..06aee87b1e 100644
--- a/gui/win32/gui.c
+++ b/gui/win32/gui.c
@@ -28,17 +28,18 @@
#include <windows.h>
#include <windowsx.h>
#include <shlobj.h>
-#include <version.h>
-#include <mplayer.h>
-#include <mp_fifo.h>
-#include <mp_msg.h>
-#include <help_mp.h>
-#include <input/input.h>
-#include <input/mouse.h>
-#include <osdep/keycodes.h>
-#include <stream/stream.h>
-#include <libvo/video_out.h>
-#include <interface.h>
+
+#include "version.h"
+#include "mplayer.h"
+#include "mp_fifo.h"
+#include "mp_msg.h"
+#include "help_mp.h"
+#include "input/input.h"
+#include "input/mouse.h"
+#include "osdep/keycodes.h"
+#include "stream/stream.h"
+#include "libvo/video_out.h"
+#include "interface.h"
#include "gui.h"
#include "wincfg.h"
#include "dialogs.h"