diff tools/clang/lib/Parse/ParseStmt.cpp @ 90:2ddce554fef0

fix bug:LLVM/clang doesn't crash when code segment declaration was not found.
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 16 Apr 2015 17:33:03 +0900
parents 9020ffd06b8b
children 8a1cd0ffee6e
line wrap: on
line diff
--- a/tools/clang/lib/Parse/ParseStmt.cpp	Tue Apr 14 03:55:39 2015 +0900
+++ b/tools/clang/lib/Parse/ParseStmt.cpp	Thu Apr 16 17:33:03 2015 +0900
@@ -27,8 +27,6 @@
 
 #ifndef noCbC
 #include "clang/Sema/Lookup.h"
-#include "clang/Basic/SourceManager.h"
-#include "clang/AST/ASTConsumer.h"
 #endif
 
 using namespace clang;