diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 12:39:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 13:01:36 +0100 |
commit | 69770c9791590d45d24cfa100ab89e70e7e6b312 (patch) | |
tree | ff6567b40854755bb80674ba91ebc73f395b2b8b /sal/osl/unx/file.cxx | |
parent | 8480c1830f30a7986c9b693de385245173355fae (diff) |
file_url.h -> file_url.hxx
Change-Id: I2494779521d56edcab41f66a7c64e7dc5a9205ad
Diffstat (limited to 'sal/osl/unx/file.cxx')
-rw-r--r-- | sal/osl/unx/file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx index e7030365758c..545c318d6e7d 100644 --- a/sal/osl/unx/file.cxx +++ b/sal/osl/unx/file.cxx @@ -34,7 +34,7 @@ #include "createfilehandlefromfd.hxx" #include "file_error_transl.hxx" #include "file_impl.hxx" -#include "file_url.h" +#include "file_url.hxx" #include "uunxapi.h" #include <algorithm> |