From 6f087d103acc2af68229efe650df145b38659b02 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 30 Mar 2012 00:25:28 +0900 Subject: removed duplicate includes in cppcanvas / cppuhelper / cui --- cppcanvas/source/mtfrenderer/implrenderer.cxx | 1 - cppcanvas/source/mtfrenderer/outdevstate.hxx | 1 - cppcanvas/source/mtfrenderer/transparencygroupaction.cxx | 3 --- cppuhelper/test/testimplhelper.cxx | 2 -- cui/source/customize/acccfg.cxx | 1 - cui/source/dialogs/about.cxx | 2 -- cui/source/dialogs/thesdlg.cxx | 1 - cui/source/inc/splitcelldlg.hxx | 1 - 8 files changed, 12 deletions(-) diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx index 28476618f473..9413c9ea3e36 100644 --- a/cppcanvas/source/mtfrenderer/implrenderer.cxx +++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include diff --git a/cppcanvas/source/mtfrenderer/outdevstate.hxx b/cppcanvas/source/mtfrenderer/outdevstate.hxx index b0e79d2684dc..60107ed3b7d3 100644 --- a/cppcanvas/source/mtfrenderer/outdevstate.hxx +++ b/cppcanvas/source/mtfrenderer/outdevstate.hxx @@ -42,7 +42,6 @@ #include #include #include -#include namespace cppcanvas diff --git a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx index 543ec6c975d8..076ff08d0832 100644 --- a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx +++ b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx @@ -46,12 +46,9 @@ #include #include #include -#include #include #include -#include - #include #include #include 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 #include -#include -#include #include #include diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index 87daa0023652..6ad0c365ebfd 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -69,7 +69,6 @@ // include other projects #include #include -#include #include #include #include diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index c04c6d0873c3..f0bfdef0aaab 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -36,8 +36,6 @@ #include #include #include -#include -#include #include #include diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 8c4d3ab63c47..64ea8a7fac58 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -51,7 +51,6 @@ #include #include #include -#include #include #include diff --git a/cui/source/inc/splitcelldlg.hxx b/cui/source/inc/splitcelldlg.hxx index 497a0c3afed9..280f9d45b840 100644 --- a/cui/source/inc/splitcelldlg.hxx +++ b/cui/source/inc/splitcelldlg.hxx @@ -31,7 +31,6 @@ #include #include #include -#include #include #include -- cgit