diff options
Diffstat (limited to 'lib/AST/DeclBase.cpp')
-rw-r--r-- | lib/AST/DeclBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/DeclBase.cpp b/lib/AST/DeclBase.cpp index 41a0361425..6d517c5440 100644 --- a/lib/AST/DeclBase.cpp +++ b/lib/AST/DeclBase.cpp @@ -30,7 +30,6 @@ #include "llvm/Support/raw_ostream.h" #include <algorithm> #include <cstdio> -#include <vector> using namespace clang; //===----------------------------------------------------------------------===// |