diff gui/win32/gui.c @ 23091:52488bb09d90

Consistently use quotes instead of angled brackets in #include statements for non-system headers.
author diego
date Wed, 25 Apr 2007 07:34:56 +0000
parents 8e9b11648f40
children 21c35763b178
line wrap: on
line diff
--- a/gui/win32/gui.c	Wed Apr 25 07:22:28 2007 +0000
+++ b/gui/win32/gui.c	Wed Apr 25 07:34:56 2007 +0000
@@ -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"