Skip to content

Commit

Permalink
ECS: Remove double include in .cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Oct 4, 2023
1 parent 3dadf0a commit 71d1ac4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/ECS/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
** Logger.cpp
*/

#include "Logger.hpp"
#include <chrono>
#include <ctime>
#include <format>
#include <iostream>
#include <map>
#include <mutex>
#include <string>

#include <Registry.hpp>
#include "Registry.hpp"
#include "Logger.hpp"

namespace Logger {
void fatal(const std::string &message)
Expand Down

0 comments on commit 71d1ac4

Please sign in to comment.