diff options
Diffstat (limited to 'clang/lib/Lex/Pragma.cpp')
-rw-r--r-- | clang/lib/Lex/Pragma.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Lex/Pragma.cpp b/clang/lib/Lex/Pragma.cpp index 1819f4f06bc..d6e651727cc 100644 --- a/clang/lib/Lex/Pragma.cpp +++ b/clang/lib/Lex/Pragma.cpp @@ -28,8 +28,6 @@ #include <algorithm> using namespace clang; -#include "llvm/Support/raw_ostream.h" - // Out-of-line destructor to provide a home for the class. PragmaHandler::~PragmaHandler() { } |