Sink a #include while we're here. NFC.

Format.h doesn't use stack.

llvm-svn: 220879
This commit is contained in:
Hans Wennborg 2014-10-29 22:49:58 +00:00
parent 06dbac4be9
commit 2f65f7ff58
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include "clang/Basic/LangOptions.h"
#include "clang/Tooling/Core/Replacement.h"
#include "llvm/ADT/ArrayRef.h"
#include <stack>
#include <system_error>
namespace clang {

View File

@ -20,6 +20,7 @@
#include "clang/Basic/IdentifierTable.h"
#include "clang/Format/Format.h"
#include <list>
#include <stack>
namespace clang {
namespace format {