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 @@
#include "bodynotinblock.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
namespace loplugin
{
......
......@@ -10,7 +10,6 @@
#include "plugin.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/FileManager.h>
#include "pluginhandler.hxx"
......
......@@ -13,6 +13,7 @@
#include <config_clang.h>
#include <clang/AST/ASTContext.h>
#include <clang/AST/RecursiveASTVisitor.h>
#if __clang_major__ < 3 || __clang_major__ == 3 && __clang_minor__ < 2
......
......@@ -10,7 +10,6 @@
#include "pluginhandler.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Frontend/CompilerInstance.h>
#include <clang/Frontend/FrontendPluginRegistry.h>
#include <stdio.h>
......
......@@ -10,9 +10,6 @@
#include "postfixincrementfix.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
/*
This is a rewriter.
......
......@@ -10,9 +10,6 @@
#include "removeforwardstringdecl.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
/*
This is a rewriter.
......
......@@ -10,8 +10,6 @@
#include "sallogareas.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
#include <clang/Lex/Lexer.h>
#include <fstream>
......
......@@ -10,9 +10,6 @@
#include "lclstaticfix.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
/*
This is a rewriter.
......
......@@ -10,9 +10,7 @@
#include "unusedvariablecheck.hxx"
#include <clang/AST/ASTContext.h>
#include <clang/AST/Attr.h>
#include <clang/Basic/SourceManager.h>
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