diff options
Diffstat (limited to 'sal/osl/w32/file_url.hxx')
-rw-r--r-- | sal/osl/w32/file_url.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sal/osl/w32/file_url.hxx b/sal/osl/w32/file_url.hxx index 37bf86ca3b12..22ad1b89af81 100644 --- a/sal/osl/w32/file_url.hxx +++ b/sal/osl/w32/file_url.hxx @@ -23,7 +23,7 @@ #include <sal/types.h> #include <rtl/ustring.h> #include <osl/file.h> -#include <osl/mutex.h> +#include <osl/mutex.hxx> #if !defined WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN @@ -65,8 +65,6 @@ oslFileError osl_getSystemPathFromFileURL_ ( bool bAllowRelative ); -extern oslMutex g_CurrentDirectoryMutex; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |