summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-20 23:38:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-20 23:38:27 +0000
commit70c66c04764421ca277c341657c556cb0f00ec9b (patch)
tree69bf77427ae7fe9c31a51842b78e65d2a41b3177 /loader
parenta06a3d476d268f9e17769916ebabf684af95e5e4 (diff)
downloadmpv-70c66c04764421ca277c341657c556cb0f00ec9b.tar.bz2
mpv-70c66c04764421ca277c341657c556cb0f00ec9b.tar.xz
Rename get_path.[ch] --> path.[ch].
These files now contain different functions related to path handling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30943 b3059339-0415-0410-9bf9-f77b7e298cf2
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>