summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/unusedvariablecheck.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-02-02 19:45:47 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-02-02 22:59:45 +0100
commit276953ef21c3b9278538000c3322d5fb212c2686 (patch)
tree5e87a772e57273f25f75b07665e7bf68e3573e9d /compilerplugins/clang/unusedvariablecheck.cxx
parentappend [loplugin] automatically in report() rathen than manually everywhere (diff)
downloadcore-276953ef21c3b9278538000c3322d5fb212c2686.tar.gz
core-276953ef21c3b9278538000c3322d5fb212c2686.zip
remove not needed #include
Change-Id: I0fa791733407199db5be2cc9606ac9be1da64188
Diffstat (limited to 'compilerplugins/clang/unusedvariablecheck.cxx')
-rw-r--r--compilerplugins/clang/unusedvariablecheck.cxx2
1 files changed, 0 insertions, 2 deletions
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 <clang/AST/ASTContext.h>
#include <clang/AST/Attr.h>
-#include <clang/Basic/SourceManager.h>
namespace loplugin
{