summaryrefslogtreecommitdiffstats
path: root/gui/win32/skinload.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-25 07:34:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-25 07:34:56 +0000
commit78012f34146ad6fd08e26d9521228d1198b9209b (patch)
tree0b69cd68c86b4adcbfc8aa4defe7838def67fa99 /gui/win32/skinload.c
parent6272b522241ecf0b5a8d0e372c88af76d2933e17 (diff)
downloadmpv-78012f34146ad6fd08e26d9521228d1198b9209b.tar.bz2
mpv-78012f34146ad6fd08e26d9521228d1198b9209b.tar.xz
Consistently use quotes instead of angled brackets in #include
statements for non-system headers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23109 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/win32/skinload.c')
-rw-r--r--gui/win32/skinload.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gui/win32/skinload.c b/gui/win32/skinload.c
index cb8cbabcb1..ba62903d49 100644
--- a/gui/win32/skinload.c
+++ b/gui/win32/skinload.c
@@ -26,11 +26,10 @@
#include <windows.h>
#include <png.h>
-#include <mp_msg.h>
-#include <cpudetect.h>
-#include <libswscale/rgb2rgb.h>
-#include <libswscale/swscale.h>
-
+#include "mp_msg.h"
+#include "cpudetect.h"
+#include "libswscale/rgb2rgb.h"
+#include "libswscale/swscale.h"
#include "gui.h"
#define MAX_LINESIZE 256