diff loader/module.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 e907ff9e7e77
children b32527b30d17
line wrap: on
line diff
--- a/loader/module.c	Sat Mar 20 23:27:07 2010 +0000
+++ b/loader/module.c	Sat Mar 20 23:38:27 2010 +0000
@@ -46,7 +46,7 @@
 #endif
 #include "win32.h"
 #include "drv.h"
-#include "get_path.h"
+#include "path.h"
 
 #ifdef EMU_QTX_API
 #include "wrapper.h"