summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/pluginhandler.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/pluginhandler.cxx
parentf5ee30c3eeb104c9178646b8a098e882593ea4df (diff)
remove not needed #include
Change-Id: I0fa791733407199db5be2cc9606ac9be1da64188
Diffstat (limited to 'compilerplugins/clang/pluginhandler.cxx')
-rw-r--r--compilerplugins/clang/pluginhandler.cxx1
1 files changed, 0 insertions, 1 deletions
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 <clang/AST/ASTContext.h>
#include <clang/Frontend/CompilerInstance.h>
#include <clang/Frontend/FrontendPluginRegistry.h>
#include <stdio.h>