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,10 +1,5 @@
#pragma once
#include "mm/services/service.hpp"
#include "mm/update_strategies/update_strategy.hpp"
#include <cstdint>
#include <functional>
//#include <physfs.h>
//fwd
typedef struct PHYSFS_File PHYSFS_File;
@ -14,6 +9,8 @@ typedef struct PHYSFS_Stat PHYSFS_Stat;
#include <mm/engine.hpp>
#include <cstdint>
namespace MM::Services {
class FilesystemService : public Service {