diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-23 05:56:51 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-23 22:53:56 +0900 |
commit | ac68443c80647bfed1b454d999e9091e078b461d (patch) | |
tree | eff591ee9b7bc8f18b1af148bc3a8c6e45297a12 /sal | |
parent | f16833b1d3564c738e571bf8b052e53e4c753941 (diff) |
removed duplicate includes in sal
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/rtl_strings/rtl_OUString.cxx | 1 | ||||
-rw-r--r-- | sal/rtl/source/logfile.cxx | 1 | ||||
-rw-r--r-- | sal/rtl/source/random.cxx | 1 | ||||
-rw-r--r-- | sal/rtl/source/uri.cxx | 3 | ||||
-rw-r--r-- | sal/test/unloading/unloadTest.cxx | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/sal/qa/rtl_strings/rtl_OUString.cxx b/sal/qa/rtl_strings/rtl_OUString.cxx index dc1812e3d299..8271253c67e2 100644 --- a/sal/qa/rtl_strings/rtl_OUString.cxx +++ b/sal/qa/rtl_strings/rtl_OUString.cxx @@ -28,7 +28,6 @@ #include <sal/types.h> -//# #include <rtl/tres.h> #include <testshl/tresstatewrapper.hxx> #include "stringhelper.hxx" #include <rtl/string.hxx> diff --git a/sal/rtl/source/logfile.cxx b/sal/rtl/source/logfile.cxx index 7229a5956fce..958adbde665a 100644 --- a/sal/rtl/source/logfile.cxx +++ b/sal/rtl/source/logfile.cxx @@ -34,7 +34,6 @@ #include <rtl/logfile.h> #include <osl/process.h> #include <osl/time.h> -#include <osl/time.h> #include <osl/mutex.hxx> #include <rtl/bootstrap.h> #include <rtl/oustringostreaminserter.hxx> diff --git a/sal/rtl/source/random.cxx b/sal/rtl/source/random.cxx index 774e8eb72510..da1ddda07700 100644 --- a/sal/rtl/source/random.cxx +++ b/sal/rtl/source/random.cxx @@ -34,7 +34,6 @@ #include <rtl/alloc.h> #include <rtl/digest.h> #include <rtl/random.h> -#include <osl/time.h> /*======================================================================== * diff --git a/sal/rtl/source/uri.cxx b/sal/rtl/source/uri.cxx index 2c42abbda7dc..743acbdd2e61 100644 --- a/sal/rtl/source/uri.cxx +++ b/sal/rtl/source/uri.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -#include "rtl/uri.h" - #include "surrogates.hxx" #include "osl/diagnose.h" diff --git a/sal/test/unloading/unloadTest.cxx b/sal/test/unloading/unloadTest.cxx index 355fa47079e0..303bc7ecd8e3 100644 --- a/sal/test/unloading/unloadTest.cxx +++ b/sal/test/unloading/unloadTest.cxx @@ -44,7 +44,6 @@ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/container/XContentEnumerationAccess.hpp> -#include <stdio.h> using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star::uno; |