diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-07-13 10:59:09 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-07-13 10:59:09 +0200 |
commit | 0fdd247dfb2bf4a4202786b9471d81863496cdc8 (patch) | |
tree | 8c1a081f72522c1d730697702e4eb6c54832648b /cli_ure/source | |
parent | 6d8addd659110282cac4217c7dc47cecbc4bcc7f (diff) |
#i103496#: remove superfluous dependency on tools
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/native/path.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/native/path.cxx b/cli_ure/source/native/path.cxx index 075a3cdb75bd..9ef17010b0d2 100644 --- a/cli_ure/source/native/path.cxx +++ b/cli_ure/source/native/path.cxx @@ -38,7 +38,7 @@ #include <windows.h> #include "sal/types.h" -#include "tools/pathutils.hxx" +//#include "tools/pathutils.hxx" namespace cli_ure { |