diff options
| author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-21 16:39:15 -0500 |
|---|---|---|
| committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-21 16:39:15 -0500 |
| commit | 291e4b78e2f1b5194385bba518ad258e710dfd63 (patch) | |
| tree | 2d19ab59c90363aa4881945a2610d4b17d2fb82d /core/os/os.h | |
| parent | b6547b0d06a8ef01f00f8c0390e537bc2125dff1 (diff) | |
| parent | af6d260c178c4879d0eb11212bb7163408eb468e (diff) | |
| download | redot-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.h | 1 |
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" |
