summaryrefslogtreecommitdiffstats
path: root/core/core_bind.h
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-10-21 16:39:15 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-10-21 16:39:15 -0500
commit291e4b78e2f1b5194385bba518ad258e710dfd63 (patch)
tree2d19ab59c90363aa4881945a2610d4b17d2fb82d /core/core_bind.h
parentb6547b0d06a8ef01f00f8c0390e537bc2125dff1 (diff)
parentaf6d260c178c4879d0eb11212bb7163408eb468e (diff)
downloadredot-engine-291e4b78e2f1b5194385bba518ad258e710dfd63.tar.gz
Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactor
Don't include `core/io/image.h` in `core/os/os.h`
Diffstat (limited to 'core/core_bind.h')
-rw-r--r--core/core_bind.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/core_bind.h b/core/core_bind.h
index ce0bde3c05..d59a2c55f1 100644
--- a/core/core_bind.h
+++ b/core/core_bind.h
@@ -32,7 +32,6 @@
#define CORE_BIND_H
#include "core/debugger/engine_profiler.h"
-#include "core/io/image.h"
#include "core/io/resource_loader.h"
#include "core/io/resource_saver.h"
#include "core/object/script_language.h"