diff gui/win32/playlist.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 609236ad27f4
line wrap: on
line diff
--- a/gui/win32/playlist.c	Wed Apr 25 07:22:28 2007 +0000
+++ b/gui/win32/playlist.c	Wed Apr 25 07:34:56 2007 +0000
@@ -22,7 +22,8 @@
  */
 
 #include <windows.h>
-#include <mp_msg.h>
+
+#include "mp_msg.h"
 #include "playlist.h"
 
 /* TODO: implement sort_playlist */