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/qa/osl | |
parent | 07c287d01e02e97df76a02a9a35238915d26c01b (diff) |
Drop duplicate #include
Change-Id: Ife8ebbb5e46704c5d2ff46cc345b4ed926e7dc12
Diffstat (limited to 'sal/qa/osl')
-rw-r--r-- | sal/qa/osl/file/osl_File.cxx | 1 | ||||
-rw-r--r-- | sal/qa/osl/thread/test_thread.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
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 { |