diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-09-26 19:41:07 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-09-26 19:41:07 +0000 |
commit | 42e04c7a7f3518b3b2635eaffa233a56e73b91b5 (patch) | |
tree | 0f8fe33223a330edbaff9f0b71e1dd4ce6cf68a4 | |
parent | d39bcd838f1980a9f5e3df23cf91c0c435f4b974 (diff) |
Removed inclusion of <memory>, which is no longer needed since we
aren't used auto_ptr's anymore.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42363 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Driver/clang.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Driver/clang.h b/Driver/clang.h index e4ae3b87bf..bf212866ec 100644 --- a/Driver/clang.h +++ b/Driver/clang.h @@ -14,8 +14,6 @@ #ifndef LLVM_CLANG_CLANG_H #define LLVM_CLANG_CLANG_H -#include <memory> - namespace clang { class Preprocessor; struct LangOptions; |