Cleanup std includes

Remove `deque` from files it isn't actually used in. Add it and `stack`
to files that it is - presumably they were previously transitively found
through other includes.
This commit is contained in:
Ben Barham
2024-07-01 14:55:22 -07:00
parent 70c348129f
commit aa7a3a8268
7 changed files with 5 additions and 4 deletions

View File

@@ -23,7 +23,6 @@
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"
#include <deque>
using namespace SourceKit;
using namespace CodeCompletion;