You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Misc cleanup of header includes
Was looking for misuse of module headers without checking that the module is actually enabled and got carried away...
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
/*************************************************************************/
|
||||
|
||||
#include "fbx_material.h"
|
||||
|
||||
// FIXME: Shouldn't depend on core_bind.h! Use DirAccessRef like the rest of
|
||||
// the engine instead of _Directory.
|
||||
#include "core/core_bind.h"
|
||||
#include "scene/resources/material.h"
|
||||
#include "scene/resources/texture.h"
|
||||
#include "tools/validation_tools.h"
|
||||
|
||||
Reference in New Issue
Block a user