Skip to content

Commit

Permalink
src: cleanup some unused STL includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Dec 19, 2021
1 parent 26d2f0b commit b214e92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/env.h
Expand Up @@ -52,6 +52,7 @@
#include <list>
#include <unordered_map>
#include <unordered_set>
#include <set>
#include <vector>

namespace node {
Expand Down
2 changes: 0 additions & 2 deletions src/util.h
Expand Up @@ -32,9 +32,7 @@
#include <cstdlib>
#include <cstring>

#include <functional> // std::function
#include <limits>
#include <set>
#include <string>
#include <array>
#include <unordered_map>
Expand Down

0 comments on commit b214e92

Please sign in to comment.