ldr: clean up includes

This commit is contained in:
Lightos1
2026-04-29 18:35:42 +02:00
parent fd91f376c4
commit 8f243c8369
7 changed files with 8 additions and 7 deletions

View File

@@ -28,7 +28,10 @@
#endif
#include "customize.hpp"
#include "oc_log.hpp"
#if defined(AMS_BUILD_FOR_AUDITING) || defined(AMS_BUILD_FOR_DEBUGGING)
#include "oc_log.hpp"
#endif
#define PATCH_OFFSET(offset, value) \
static_assert(sizeof(__typeof__(offset)) <= sizeof(u64)); \