Skip to content

Commit 4316aea

Browse files
authored
Removed unused header in Types.hpp (#1219)
* Removed unused header in Types.hpp Signed-off-by: Jared Duffey <[email protected]> * Added missing include to DataObject.hpp Signed-off-by: Jared Duffey <[email protected]> --------- Signed-off-by: Jared Duffey <[email protected]>
1 parent 700306f commit 4316aea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/simplnx/Common/Types.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include <cstddef>
44
#include <cstdint>
5-
#include <set>
65

76
namespace nx::core
87
{

src/simplnx/DataStructure/DataObject.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <list>
1010
#include <memory>
1111
#include <optional>
12+
#include <set>
1213
#include <string>
1314
#include <unordered_map>
1415
#include <vector>

0 commit comments

Comments
 (0)