mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
cleanup includes, primarily artifacts of the updatestrat refactor
This commit is contained in:
@ -14,9 +14,6 @@ target_link_libraries(screen_director
|
||||
entt
|
||||
)
|
||||
|
||||
message("screen_director_simple ALIAS TODO: remove!!")
|
||||
add_library(screen_director_simple ALIAS screen_director)
|
||||
|
||||
if (BUILD_TESTING)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
@ -1,8 +1,4 @@
|
||||
#include "./screen_director.hpp"
|
||||
#include "mm/services/service.hpp"
|
||||
#include "mm/update_strategies/update_strategy.hpp"
|
||||
|
||||
#include <entt/core/hashed_string.hpp>
|
||||
|
||||
#include <tracy/Tracy.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user