diff options
Diffstat (limited to 'lib/Format/Format.cpp')
-rw-r--r-- | lib/Format/Format.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp index 4104bd3e6c..6ca70c7fad 100644 --- a/lib/Format/Format.cpp +++ b/lib/Format/Format.cpp @@ -17,12 +17,10 @@ //===----------------------------------------------------------------------===// #include "clang/Format/Format.h" - +#include "UnwrappedLineParser.h" #include "clang/Basic/SourceManager.h" #include "clang/Lex/Lexer.h" -#include "UnwrappedLineParser.h" - namespace clang { namespace format { |