cleanup includes, primarily artifacts of the updatestrat refactor

This commit is contained in:
2021-05-17 01:35:35 +02:00
parent efad254193
commit 1248957a18
29 changed files with 28 additions and 71 deletions

View File

@ -1,7 +1,4 @@
#include "simple_sdl_renderer.hpp"
#include "mm/update_strategies/update_strategy.hpp"
#include <entt/core/hashed_string.hpp>
#include <mm/logger.hpp>
#define LOG_CRIT(...) __LOG_CRIT( "SimpleSDLRenderer", __VA_ARGS__)

View File

@ -1,6 +1,5 @@
#pragma once
#include "mm/services/service.hpp"
#include <SDL.h>
#include <mm/engine.hpp>