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

Daniel Jasper djasper at google.com
Wed Oct 29 16:34:35 PDT 2014


Thanks!

On Wed, Oct 29, 2014 at 3:49 PM, Hans Wennborg <hans at hanshq.net> wrote:

> Author: hans
> Date: Wed Oct 29 17:49:58 2014
> New Revision: 220879
>
> URL: http://llvm.org/viewvc/llvm-project?rev=220879&view=rev
> Log:
> Sink a #include while we're here. NFC.
>
> Format.h doesn't use stack.
>
> Modified:
>     cfe/trunk/include/clang/Format/Format.h
>     cfe/trunk/lib/Format/UnwrappedLineParser.h
>
> Modified: cfe/trunk/include/clang/Format/Format.h
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Format/Format.h?rev=220879&r1=220878&r2=220879&view=diff
>
> ==============================================================================
> --- cfe/trunk/include/clang/Format/Format.h (original)
> +++ cfe/trunk/include/clang/Format/Format.h Wed Oct 29 17:49:58 2014
> @@ -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 {
>
> Modified: cfe/trunk/lib/Format/UnwrappedLineParser.h
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/UnwrappedLineParser.h?rev=220879&r1=220878&r2=220879&view=diff
>
> ==============================================================================
> --- cfe/trunk/lib/Format/UnwrappedLineParser.h (original)
> +++ cfe/trunk/lib/Format/UnwrappedLineParser.h Wed Oct 29 17:49:58 2014
> @@ -20,6 +20,7 @@
>  #include "clang/Basic/IdentifierTable.h"
>  #include "clang/Format/Format.h"
>  #include <list>
> +#include <stack>
>
>  namespace clang {
>  namespace format {
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141029/aab97fcb/attachment.html>


More information about the cfe-commits mailing list