diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-05 15:29:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-05 15:30:33 +0100 |
commit | 149858e94e0c6639ddf7a6de6daf176bbc885320 (patch) | |
tree | c3d2cf3bbae5e0ae3c20df36f9575f3d92c3d1b4 /compilerplugins/clang/plugin.cxx | |
parent | 9bcd98fd13c12698633ca0dee3656689678b84b4 (diff) |
Adapt to Clang 3.2
Change-Id: I9e51867198d7677c26cbd97f5d9c85ac13dc90c5
Diffstat (limited to 'compilerplugins/clang/plugin.cxx')
-rw-r--r-- | compilerplugins/clang/plugin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/plugin.cxx b/compilerplugins/clang/plugin.cxx index 7ecf5991491f..7138e88b0d9f 100644 --- a/compilerplugins/clang/plugin.cxx +++ b/compilerplugins/clang/plugin.cxx @@ -16,7 +16,6 @@ #include <clang/Frontend/CompilerInstance.h> #include <clang/Frontend/FrontendAction.h> #include <clang/Frontend/FrontendPluginRegistry.h> -#include <clang/Rewrite/Rewriter.h> #include "bodynotinblock.hxx" #include "lclstaticfix.hxx" |