Skip to content

Commit

Permalink
ECS: Fix remaining iostream include
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeAbel committed Oct 2, 2023
1 parent 48231fb commit 9715cd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ECS/Registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

#include "Registry.hpp"
#include <iostream>
#include <string>

// NOLINTBEGIN(cppcoreguidelines-avoid-non-const-global-variables)
Expand Down
1 change: 0 additions & 1 deletion src/ECS/Registry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <any>
#include <functional>
#include <iostream>
#include <memory>
#include <stdexcept>
#include <string>
Expand Down

0 comments on commit 9715cd8

Please sign in to comment.