diff options
-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; |