diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-02 01:00:35 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-02 01:02:06 +0900 |
commit | 3b2f956ba64f8f9dff1da3028436f3834c899d1d (patch) | |
tree | fe050aabc07177ae3e466cdb78d478dc4de5680b /sal | |
parent | 07c287d01e02e97df76a02a9a35238915d26c01b (diff) |
Drop duplicate #include
Change-Id: Ife8ebbb5e46704c5d2ff46cc345b4ed926e7dc12
Diffstat (limited to 'sal')
-rw-r--r-- | sal/cppunittester/cppunittester.cxx | 1 | ||||
-rw-r--r-- | sal/osl/w32/dllentry.c | 2 | ||||
-rw-r--r-- | sal/qa/ByteSequence/ByteSequence.cxx | 1 | ||||
-rw-r--r-- | sal/qa/osl/file/osl_File.cxx | 1 | ||||
-rw-r--r-- | sal/qa/osl/thread/test_thread.cxx | 1 | ||||
-rw-r--r-- | sal/qa/rtl/math/test-rtl-math.cxx | 1 | ||||
-rw-r--r-- | sal/qa/rtl/strings/test_oustring_endswith.cxx | 1 | ||||
-rw-r--r-- | sal/rtl/string.cxx | 1 | ||||
-rw-r--r-- | sal/rtl/ustring.cxx | 1 |
9 files changed, 0 insertions, 10 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 83623b529fd3..1634a672d015 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -35,7 +35,6 @@ #include "rtl/textcvt.h" #include "rtl/ustring.hxx" #include "sal/main.h" -#include "sal/types.h" #include "cppunit/CompilerOutputter.h" #include "cppunit/TestResult.h" diff --git a/sal/osl/w32/dllentry.c b/sal/osl/w32/dllentry.c index 39c6c6137d63..96d752546be2 100644 --- a/sal/osl/w32/dllentry.c +++ b/sal/osl/w32/dllentry.c @@ -31,9 +31,7 @@ #include <sal/types.h> #include <float.h> -#include <osl/diagnose.h> #include <osl/mutex.h> -#include <sal/types.h> #include "internal/rtllifecycle.h" diff --git a/sal/qa/ByteSequence/ByteSequence.cxx b/sal/qa/ByteSequence/ByteSequence.cxx index 91febc9badce..7ce6e465cff5 100644 --- a/sal/qa/ByteSequence/ByteSequence.cxx +++ b/sal/qa/ByteSequence/ByteSequence.cxx @@ -23,7 +23,6 @@ #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" #include "rtl/byteseq.hxx" -#include "sal/types.h" namespace { diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index 43f255cdf90a..d7341e4336c2 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -26,7 +26,6 @@ #include "osl/thread.h" -#include "rtl/ustrbuf.hxx" #include <osl/file.hxx> #include <osl/detail/file.h> #include <osl_File_Const.h> diff --git a/sal/qa/osl/thread/test_thread.cxx b/sal/qa/osl/thread/test_thread.cxx index 9c4986667f35..5030af1df57f 100644 --- a/sal/qa/osl/thread/test_thread.cxx +++ b/sal/qa/osl/thread/test_thread.cxx @@ -24,7 +24,6 @@ #include "osl/conditn.hxx" #include "osl/thread.hxx" #include "osl/time.h" -#include "sal/types.h" namespace { diff --git a/sal/qa/rtl/math/test-rtl-math.cxx b/sal/qa/rtl/math/test-rtl-math.cxx index 13b936e844a4..e6422c4bdeb9 100644 --- a/sal/qa/rtl/math/test-rtl-math.cxx +++ b/sal/qa/rtl/math/test-rtl-math.cxx @@ -25,7 +25,6 @@ #include "rtl/math.hxx" #include "rtl/ustring.h" #include "rtl/ustring.hxx" -#include "sal/types.h" CPPUNIT_NS_BEGIN diff --git a/sal/qa/rtl/strings/test_oustring_endswith.cxx b/sal/qa/rtl/strings/test_oustring_endswith.cxx index 1c4b8202ef12..2b4978dd39ca 100644 --- a/sal/qa/rtl/strings/test_oustring_endswith.cxx +++ b/sal/qa/rtl/strings/test_oustring_endswith.cxx @@ -25,7 +25,6 @@ #include "rtl/string.hxx" #include "rtl/textenc.h" #include "rtl/ustring.hxx" -#include "sal/types.h" #include <sal/macros.h> namespace test { namespace oustring { diff --git a/sal/rtl/string.cxx b/sal/rtl/string.cxx index ce7fa3174af0..32ef07753560 100644 --- a/sal/rtl/string.cxx +++ b/sal/rtl/string.cxx @@ -36,7 +36,6 @@ #include <rtl/string.h> #include "rtl/math.h" -#include "rtl/tencinfo.h" /* ======================================================================= */ diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx index edbfc9dada26..3599a922fb50 100644 --- a/sal/rtl/ustring.cxx +++ b/sal/rtl/ustring.cxx @@ -43,7 +43,6 @@ #include <rtl/ustring.h> #include "rtl/math.h" -#include "rtl/tencinfo.h" /* ======================================================================= */ |