From 276953ef21c3b9278538000c3322d5fb212c2686 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sat, 2 Feb 2013 19:45:47 +0100 Subject: remove not needed #include Change-Id: I0fa791733407199db5be2cc9606ac9be1da64188 --- compilerplugins/clang/bodynotinblock.cxx | 3 --- compilerplugins/clang/plugin.cxx | 1 - compilerplugins/clang/plugin.hxx | 1 + compilerplugins/clang/pluginhandler.cxx | 1 - compilerplugins/clang/postfixincrementfix.cxx | 3 --- compilerplugins/clang/removeforwardstringdecl.cxx | 3 --- compilerplugins/clang/sallogareas.cxx | 2 -- compilerplugins/clang/store/lclstaticfix.cxx | 3 --- compilerplugins/clang/unusedvariablecheck.cxx | 2 -- 9 files changed, 1 insertion(+), 18 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/bodynotinblock.cxx b/compilerplugins/clang/bodynotinblock.cxx index 56edfbd7f1c9..cd3e1a08eafe 100644 --- a/compilerplugins/clang/bodynotinblock.cxx +++ b/compilerplugins/clang/bodynotinblock.cxx @@ -10,9 +10,6 @@ #include "bodynotinblock.hxx" -#include -#include - namespace loplugin { diff --git a/compilerplugins/clang/plugin.cxx b/compilerplugins/clang/plugin.cxx index 0c9769ef9b69..f6c81f566ed1 100644 --- a/compilerplugins/clang/plugin.cxx +++ b/compilerplugins/clang/plugin.cxx @@ -10,7 +10,6 @@ #include "plugin.hxx" -#include #include #include "pluginhandler.hxx" diff --git a/compilerplugins/clang/plugin.hxx b/compilerplugins/clang/plugin.hxx index f7f8e9f10382..92ff6f3c8953 100644 --- a/compilerplugins/clang/plugin.hxx +++ b/compilerplugins/clang/plugin.hxx @@ -13,6 +13,7 @@ #include +#include #include #if __clang_major__ < 3 || __clang_major__ == 3 && __clang_minor__ < 2 diff --git a/compilerplugins/clang/pluginhandler.cxx b/compilerplugins/clang/pluginhandler.cxx index 3282ef00c77f..eeda78ace7d1 100644 --- a/compilerplugins/clang/pluginhandler.cxx +++ b/compilerplugins/clang/pluginhandler.cxx @@ -10,7 +10,6 @@ #include "pluginhandler.hxx" -#include #include #include #include diff --git a/compilerplugins/clang/postfixincrementfix.cxx b/compilerplugins/clang/postfixincrementfix.cxx index 6d8da1ffc771..9dac5168b1e3 100644 --- a/compilerplugins/clang/postfixincrementfix.cxx +++ b/compilerplugins/clang/postfixincrementfix.cxx @@ -10,9 +10,6 @@ #include "postfixincrementfix.hxx" -#include -#include - /* This is a rewriter. diff --git a/compilerplugins/clang/removeforwardstringdecl.cxx b/compilerplugins/clang/removeforwardstringdecl.cxx index 711d9604dc9f..736cbe3e0ab2 100644 --- a/compilerplugins/clang/removeforwardstringdecl.cxx +++ b/compilerplugins/clang/removeforwardstringdecl.cxx @@ -10,9 +10,6 @@ #include "removeforwardstringdecl.hxx" -#include -#include - /* This is a rewriter. diff --git a/compilerplugins/clang/sallogareas.cxx b/compilerplugins/clang/sallogareas.cxx index db4453c98ab5..2f88905296df 100644 --- a/compilerplugins/clang/sallogareas.cxx +++ b/compilerplugins/clang/sallogareas.cxx @@ -10,8 +10,6 @@ #include "sallogareas.hxx" -#include -#include #include #include diff --git a/compilerplugins/clang/store/lclstaticfix.cxx b/compilerplugins/clang/store/lclstaticfix.cxx index e966139dbaa1..6b3ba167c656 100644 --- a/compilerplugins/clang/store/lclstaticfix.cxx +++ b/compilerplugins/clang/store/lclstaticfix.cxx @@ -10,9 +10,6 @@ #include "lclstaticfix.hxx" -#include -#include - /* This is a rewriter. diff --git a/compilerplugins/clang/unusedvariablecheck.cxx b/compilerplugins/clang/unusedvariablecheck.cxx index d13c7266fe60..989269f59e7f 100644 --- a/compilerplugins/clang/unusedvariablecheck.cxx +++ b/compilerplugins/clang/unusedvariablecheck.cxx @@ -10,9 +10,7 @@ #include "unusedvariablecheck.hxx" -#include #include -#include namespace loplugin { -- cgit