diff gui/win32/dialogs.c @ 30901:76a13038105e

Rename get_path.[ch] --> path.[ch]. These files now contain different functions related to path handling.
author diego
date Sat, 20 Mar 2010 23:38:27 +0000
parents 9fc9d1e788aa
children 169013ed9718
line wrap: on
line diff
--- a/gui/win32/dialogs.c	Sat Mar 20 23:27:07 2010 +0000
+++ b/gui/win32/dialogs.c	Sat Mar 20 23:38:27 2010 +0000
@@ -23,7 +23,7 @@
 
 #include <windows.h>
 #include <commctrl.h>
-#include <get_path.h>
+#include "path.h"
 #include "gui/interface.h"
 #include "mp_msg.h"
 #include "help_mp.h"