Skip to content

Commit

Permalink
libnixf/Basic: move #include<string> to Attrs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Feb 9, 2024
1 parent a3c9be5 commit 7c4ef2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions libnixf/include/nixf/Basic/Nodes/Attrs.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "Simple.h"

#include <map>
#include <string>

namespace nixf {

Expand Down
2 changes: 0 additions & 2 deletions libnixf/src/Basic/Nodes.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "nixf/Basic/Nodes.h"

#include <string>

namespace nixf {

[[nodiscard]] const char *Node::name(NodeKind Kind) {
Expand Down

0 comments on commit 7c4ef2b

Please sign in to comment.