summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/drv.c2
-rw-r--r--loader/elfdll.c2
-rw-r--r--loader/module.c2
-rw-r--r--loader/registry.c2
-rw-r--r--loader/win32.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/loader/drv.c b/loader/drv.c
index ece4aa3456..fbc4007734 100644
--- a/loader/drv.c
+++ b/loader/drv.c
@@ -25,7 +25,7 @@
#ifndef __MINGW32__
#include "ext.h"
#endif
-#include "get_path.h"
+#include "path.h"
#if 1
diff --git a/loader/elfdll.c b/loader/elfdll.c
index b0317bf91a..5c33d2bde9 100644
--- a/loader/elfdll.c
+++ b/loader/elfdll.c
@@ -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)
diff --git a/loader/module.c b/loader/module.c
index 0d4f8087ce..b6eebcf19d 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -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"
diff --git a/loader/registry.c b/loader/registry.c
index 9964eeb9ff..cab63ceb72 100644
--- a/loader/registry.c
+++ b/loader/registry.c
@@ -21,7 +21,7 @@
#include "ext.h"
#include "registry.h"
-#include "get_path.h"
+#include "path.h"
//#undef TRACE
//#define TRACE printf
diff --git a/loader/win32.c b/loader/win32.c
index 52a7b2c6c5..fe8b198944 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -49,7 +49,7 @@ for DLL to know too much about its environment.
#include "loader.h"
#include "com.h"
#include "ext.h"
-#include "get_path.h"
+#include "path.h"
#include <stdlib.h>
#include <assert.h>