summaryrefslogtreecommitdiffstats
path: root/core/os/os.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/os/os.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/os/os.h')
-rw-r--r--core/os/os.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/os/os.h b/core/os/os.h
index 30d2a4266f..c42a39e0a4 100644
--- a/core/os/os.h
+++ b/core/os/os.h
@@ -32,7 +32,6 @@
#define OS_H
#include "core/config/engine.h"
-#include "core/io/image.h"
#include "core/io/logger.h"
#include "core/io/remote_filesystem_client.h"
#include "core/os/time_enums.h"