diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-02-26 15:52:16 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-02-27 09:09:03 +0000 |
commit | 3e1dea5948cd05fb593fc35cc8659c99c7cef169 (patch) | |
tree | 82dfaf9a1c50a4fcbbbf959a9aece187eaa6e39c /tools/source/fsys | |
parent | a82f7b20539e60f1cf599afcceaf865bef297a66 (diff) |
tools: move FileCopier out of public headers, and remove unused bits.
Change-Id: Iccd052ae2587bb4448ecb5bc94aeba5dd2a2291e
Diffstat (limited to 'tools/source/fsys')
-rw-r--r-- | tools/source/fsys/comdep.hxx | 2 | ||||
-rw-r--r-- | tools/source/fsys/filecopy.cxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/source/fsys/comdep.hxx b/tools/source/fsys/comdep.hxx index 1b0a04bcf1cc..7d244a8775ed 100644 --- a/tools/source/fsys/comdep.hxx +++ b/tools/source/fsys/comdep.hxx @@ -19,7 +19,7 @@ #ifndef _COMDEP_HXX #define _COMDEP_HXX -#include <tools/fsys.hxx> +#include "tools-internal.hxx" #define ACCESSDELIM(e) ( ( e == FSYS_STYLE_NTFS ) ? "\\" : "/" ) #define ACCESSDELIM_C(e)(char)\ diff --git a/tools/source/fsys/filecopy.cxx b/tools/source/fsys/filecopy.cxx index 84b083308c34..e0a0c7128181 100644 --- a/tools/source/fsys/filecopy.cxx +++ b/tools/source/fsys/filecopy.cxx @@ -33,7 +33,6 @@ #include <stdio.h> #include "comdep.hxx" -#include <tools/fsys.hxx> #include <tools/stream.hxx> #include <osl/file.hxx> |