summaryrefslogtreecommitdiff
path: root/include/user/gim.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/user/gim.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/user/gim.h b/include/user/gim.h
index 2d83431..f4da13b 100644
--- a/include/user/gim.h
+++ b/include/user/gim.h
@@ -5,12 +5,10 @@
extern "C" {
#endif
-#include <stdbool.h>
-#include <psp2/gxm.h>
-#include <psp2/scebase.h>
-
-#include <psp2/kernel/clib.h>
-#include <psp2/kernel/sysmem.h>
+#include <stddef.h>
+#include <gxm.h>
+#include <kernel/libkernel.h>
+#include <kernel/sysmem/memblock.h>
#define SCE_GIM_TAG 0x2E47494DUL /* 'GIM.' */
#define SCE_GIM_VERSION 0x312E3030UL /* '1.00' */