aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Driver/clang.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index 69fb6a2380..28ec5ffbb7 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -44,8 +44,7 @@
#include "llvm/Config/config.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/System/Path.h"
-#include <memory>
-#include <algorithm>
+
using namespace clang;
//===----------------------------------------------------------------------===//