Kaydet (Commit) 276953ef authored tarafından Luboš Luňák's avatar Luboš Luňák

remove not needed #include

Change-Id: I0fa791733407199db5be2cc9606ac9be1da64188
üst f5ee30c3
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
#include "bodynotinblock.hxx" #include "bodynotinblock.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
namespace loplugin namespace loplugin
{ {
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include "plugin.hxx" #include "plugin.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/FileManager.h> #include <clang/Basic/FileManager.h>
#include "pluginhandler.hxx" #include "pluginhandler.hxx"
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include <config_clang.h> #include <config_clang.h>
#include <clang/AST/ASTContext.h>
#include <clang/AST/RecursiveASTVisitor.h> #include <clang/AST/RecursiveASTVisitor.h>
#if __clang_major__ < 3 || __clang_major__ == 3 && __clang_minor__ < 2 #if __clang_major__ < 3 || __clang_major__ == 3 && __clang_minor__ < 2
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include "pluginhandler.hxx" #include "pluginhandler.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Frontend/CompilerInstance.h> #include <clang/Frontend/CompilerInstance.h>
#include <clang/Frontend/FrontendPluginRegistry.h> #include <clang/Frontend/FrontendPluginRegistry.h>
#include <stdio.h> #include <stdio.h>
......
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
#include "postfixincrementfix.hxx" #include "postfixincrementfix.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
/* /*
This is a rewriter. This is a rewriter.
......
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
#include "removeforwardstringdecl.hxx" #include "removeforwardstringdecl.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
/* /*
This is a rewriter. This is a rewriter.
......
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
#include "sallogareas.hxx" #include "sallogareas.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
#include <clang/Lex/Lexer.h> #include <clang/Lex/Lexer.h>
#include <fstream> #include <fstream>
......
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
#include "lclstaticfix.hxx" #include "lclstaticfix.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
/* /*
This is a rewriter. This is a rewriter.
......
...@@ -10,9 +10,7 @@ ...@@ -10,9 +10,7 @@
#include "unusedvariablecheck.hxx" #include "unusedvariablecheck.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/AST/Attr.h> #include <clang/AST/Attr.h>
#include <clang/Basic/SourceManager.h>
namespace loplugin namespace loplugin
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment