diff options
Diffstat (limited to 'lib/Format')
-rw-r--r-- | lib/Format/UnwrappedLineParser.cpp | 2 | ||||
-rw-r--r-- | lib/Format/UnwrappedLineParser.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/Format/UnwrappedLineParser.cpp b/lib/Format/UnwrappedLineParser.cpp index a0a18ac1cf..393416de02 100644 --- a/lib/Format/UnwrappedLineParser.cpp +++ b/lib/Format/UnwrappedLineParser.cpp @@ -18,9 +18,9 @@ #define DEBUG_TYPE "format-parser" +#include "UnwrappedLineParser.h" #include "clang/Basic/Diagnostic.h" #include "llvm/Support/Debug.h" -#include "UnwrappedLineParser.h" // Uncomment to get debug output from tests: // #define DEBUG_WITH_TYPE(T, X) do { X; } while(0) diff --git a/lib/Format/UnwrappedLineParser.h b/lib/Format/UnwrappedLineParser.h index 7a999e7892..010569af7b 100644 --- a/lib/Format/UnwrappedLineParser.h +++ b/lib/Format/UnwrappedLineParser.h @@ -23,7 +23,6 @@ #include "clang/Basic/SourceManager.h" #include "clang/Format/Format.h" #include "clang/Lex/Lexer.h" - #include <list> namespace clang { |