diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 17:17:57 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 17:20:40 +0900 |
commit | 526a60086c536cea3005e744c03a09b77845c41f (patch) | |
tree | f197ecf80d28ef5d8c2a4b35cf580282596cba26 /basic/qa | |
parent | 5de02a427d3b9ae5ca604b3c87114032f7fb8832 (diff) |
Drop duplicate #include
Change-Id: I05569ef98293445916e8f48e7f06abd795fe9bb5
Diffstat (limited to 'basic/qa')
-rw-r--r-- | basic/qa/cppunit/basictest.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx index 8d99a6f655f9..3cf56691d72e 100644 --- a/basic/qa/cppunit/basictest.hxx +++ b/basic/qa/cppunit/basictest.hxx @@ -18,7 +18,6 @@ #include <basic/basrdll.hxx> #include <basic/sbmod.hxx> #include <basic/sbmeth.hxx> -#include <basic/basrdll.hxx> #include <basic/sbuno.hxx> #include <osl/file.hxx> |