[PATCH] D44508: Remove unnecessary include from Driver.cpp

Yuka Takahashi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 15 01:28:09 PDT 2018


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44508.138502.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180315/2e9abe78/attachment.bin>


More information about the cfe-commits mailing list