diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 00:25:28 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 00:42:35 +0900 |
commit | 6f087d103acc2af68229efe650df145b38659b02 (patch) | |
tree | 1095c72d9d9e51c8e289af930ce9d3a7bc8c83f0 /cppuhelper/test/testimplhelper.cxx | |
parent | 61d6d08667e03271604007fe602063c08e0e8608 (diff) |
removed duplicate includes in cppcanvas / cppuhelper / cui
Diffstat (limited to 'cppuhelper/test/testimplhelper.cxx')
-rw-r--r-- | cppuhelper/test/testimplhelper.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppuhelper/test/testimplhelper.cxx b/cppuhelper/test/testimplhelper.cxx index 81e469f95457..cfeeb51c403e 100644 --- a/cppuhelper/test/testimplhelper.cxx +++ b/cppuhelper/test/testimplhelper.cxx @@ -62,8 +62,6 @@ #include <osl/diagnose.h> #include <cppuhelper/servicefactory.hxx> -#include <cppuhelper/implbase4.hxx> -#include <cppuhelper/compbase4.hxx> #include <cppuhelper/exc_hlp.hxx> #include <test/A.hpp> |