mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Remove unused header in editor.
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "macho.h"
|
||||
|
||||
#include "core/crypto/crypto_core.h"
|
||||
|
||||
uint32_t MachO::seg_align(uint64_t p_vmaddr, uint32_t p_min, uint32_t p_max) {
|
||||
uint32_t salign = p_max;
|
||||
if (p_vmaddr != 0) {
|
||||
|
||||
Reference in New Issue
Block a user