Skip to content
Snippets Groups Projects
Commit b33ef708 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

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
parent 87d5cc5e
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include "clang/Basic/LangOptions.h" #include "clang/Basic/LangOptions.h"
#include "clang/Tooling/Core/Replacement.h" #include "clang/Tooling/Core/Replacement.h"
#include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/ArrayRef.h"
#include <stack>
#include <system_error> #include <system_error>
namespace clang { namespace clang {
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "clang/Basic/IdentifierTable.h" #include "clang/Basic/IdentifierTable.h"
#include "clang/Format/Format.h" #include "clang/Format/Format.h"
#include <list> #include <list>
#include <stack>
namespace clang { namespace clang {
namespace format { namespace format {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment