mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
General: Include necessary includes
Ensures all necessary includes are included and also removes headers that aren't necessary
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
#include "hecl/ClientProcess.hpp"
|
||||
#include "hecl/Database.hpp"
|
||||
#include "athena/FileReader.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "hecl/Blender/Connection.hpp"
|
||||
#include "hecl/Database.hpp"
|
||||
#include "hecl/MultiProgressPrinter.hpp"
|
||||
#include "boo/IApplication.hpp"
|
||||
|
||||
#include <athena/FileReader.hpp>
|
||||
#include <boo/IApplication.hpp>
|
||||
#include <logvisor/logvisor.hpp>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
Reference in New Issue
Block a user