[PATCH] D156004: s/ #include <queue> / #include "llvm/ADT/SmallVector.h" /
Ćukasz Anforowicz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 21 15:39:44 PDT 2023
lukasza created this revision.
Herald added a project: All.
lukasza requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156004
Files:
clang/lib/Sema/SemaDeclCXX.cpp
Index: clang/lib/Sema/SemaDeclCXX.cpp
===================================================================
--- clang/lib/Sema/SemaDeclCXX.cpp
+++ clang/lib/Sema/SemaDeclCXX.cpp
@@ -45,10 +45,10 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/ADT/SmallString.h"
+#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include <map>
#include <optional>
-#include <queue>
#include <set>
using namespace clang;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156004.543102.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230721/e586f30d/attachment.bin>
More information about the cfe-commits
mailing list