diff loader/elfdll.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/elfdll.c	Sat Mar 20 23:27:07 2010 +0000
+++ b/loader/elfdll.c	Sat Mar 20 23:38:27 2010 +0000
@@ -18,7 +18,7 @@
 #include "wine/debugtools.h"
 #include "wine/winerror.h"
 #include "debug.h"
-#include "get_path.h"
+#include "path.h"
 
 //DEFAULT_DEBUG_CHANNEL(elfdll)