tinloaf updated this revision to Diff 314276. tinloaf added a comment. Fix bogus include of iostream
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93985/new/ https://reviews.llvm.org/D93985 Files: clang/lib/Format/WhitespaceManager.cpp Index: clang/lib/Format/WhitespaceManager.cpp =================================================================== --- clang/lib/Format/WhitespaceManager.cpp +++ clang/lib/Format/WhitespaceManager.cpp @@ -13,7 +13,6 @@ #include "WhitespaceManager.h" #include "llvm/ADT/STLExtras.h" -#include <iostream> namespace clang { namespace format {
Index: clang/lib/Format/WhitespaceManager.cpp =================================================================== --- clang/lib/Format/WhitespaceManager.cpp +++ clang/lib/Format/WhitespaceManager.cpp @@ -13,7 +13,6 @@ #include "WhitespaceManager.h" #include "llvm/ADT/STLExtras.h" -#include <iostream> namespace clang { namespace format {
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits