From b33ef708497ac5efc0816c76c68564f7f9800eb6 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 29 Oct 2014 22:49:58 +0000 Subject: [PATCH] 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 --- include/clang/Format/Format.h | 1 - lib/Format/UnwrappedLineParser.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.40.0