From: Hans Wennborg Date: Wed, 29 Oct 2014 22:49:58 +0000 (+0000) Subject: Sink a #include while we're here. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b33ef708497ac5efc0816c76c68564f7f9800eb6;p=clang Sink a #include while we're here. NFC. Format.h doesn't use stack. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220879 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Format/Format.h b/include/clang/Format/Format.h index 12928559af..ac6759442f 100644 --- a/include/clang/Format/Format.h +++ b/include/clang/Format/Format.h @@ -18,7 +18,6 @@ #include "clang/Basic/LangOptions.h" #include "clang/Tooling/Core/Replacement.h" #include "llvm/ADT/ArrayRef.h" -#include #include namespace clang { diff --git a/lib/Format/UnwrappedLineParser.h b/lib/Format/UnwrappedLineParser.h index be13fa5cfc..d2f17e015c 100644 --- a/lib/Format/UnwrappedLineParser.h +++ b/lib/Format/UnwrappedLineParser.h @@ -20,6 +20,7 @@ #include "clang/Basic/IdentifierTable.h" #include "clang/Format/Format.h" #include +#include namespace clang { namespace format {