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/rtl | |
parent | f16833b1d3564c738e571bf8b052e53e4c753941 (diff) |
removed duplicate includes in sal
Diffstat (limited to 'sal/rtl')
-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 |
3 files changed, 0 insertions, 5 deletions
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" |