2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

DataSpec/DNACommon: Resolve indirect includes where applicable

Avoids indirect inclusions where applicable and includes the necessary
headers as used by the interface. This way, it prevents code from
failing to compile due to changes in other header inclusions.
This commit is contained in:
Lioncash
2019-08-23 19:24:04 -04:00
parent 52667b2069
commit 7f7a18a708
51 changed files with 445 additions and 142 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include "DNACommon.hpp"
#include <memory>
#include <hecl/Blender/Connection.hpp>
namespace DataSpec {