yamaguchi created this revision. yamaguchi added a reviewer: dlj. Herald added a subscriber: llvm-commits.
Clang compiles and test passes without these includes. Repository: rL LLVM https://reviews.llvm.org/D44508 Files: clang/lib/Driver/Driver.cpp Index: clang/lib/Driver/Driver.cpp =================================================================== --- clang/lib/Driver/Driver.cpp +++ clang/lib/Driver/Driver.cpp @@ -73,8 +73,6 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/Support/StringSaver.h" #include <map> -#include <memory> -#include <utility> #if LLVM_ON_UNIX #include <unistd.h> // getpid #endif
Index: clang/lib/Driver/Driver.cpp =================================================================== --- clang/lib/Driver/Driver.cpp +++ clang/lib/Driver/Driver.cpp @@ -73,8 +73,6 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/Support/StringSaver.h" #include <map> -#include <memory> -#include <utility> #if LLVM_ON_UNIX #include <unistd.h> // getpid #endif
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits