]> granicus.if.org Git - clang/commitdiff
Sink a #include while we're here. NFC.
authorHans Wennborg <hans@hanshq.net>
Wed, 29 Oct 2014 22:49:58 +0000 (22:49 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 29 Oct 2014 22:49:58 +0000 (22:49 +0000)
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
lib/Format/UnwrappedLineParser.h

index 12928559af3812bb63e0479a9e84834973d4f8d3..ac6759442fec22d33fcd92c26dc9e16cecec1a2f 100644 (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 {
index be13fa5cfc893dc05294eb8771e9268c58d1c01a..d2f17e015c8ab3573cbc2eeafe935692087a2813 100644 (file)
@@ -20,6 +20,7 @@
 #include "clang/Basic/IdentifierTable.h"
 #include "clang/Format/Format.h"
 #include <list>
+#include <stack>
 
 namespace clang {
 namespace format {