diff options
author | Reiko Asakura | 2021-02-11 12:05:53 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-02-11 12:05:53 -0500 |
commit | cedabc50f2df4926ae3039f225f0452ebe05176d (patch) | |
tree | e67bb62340f3cc027c92b41cf70a65d7e462ef5a /include/user/incoming_dialog.h | |
parent | scePafResourceGetAttributeIdIntLpb: fix NID (diff) | |
download | vds-libraries-cedabc50f2df4926ae3039f225f0452ebe05176d.tar.gz |
Fix includes: various
Diffstat (limited to 'include/user/incoming_dialog.h')
-rw-r--r-- | include/user/incoming_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/incoming_dialog.h b/include/user/incoming_dialog.h index da4c4f3..9d37b50 100644 --- a/include/user/incoming_dialog.h +++ b/include/user/incoming_dialog.h @@ -1,9 +1,9 @@ #ifndef _DOLCESDK_PSP2_INCOMING_DIALOG_H_ #define _DOLCESDK_PSP2_INCOMING_DIALOG_H_ -#include <psp2/kernel/clib.h> -#include <psp2/scebase.h> -#include <psp2/types.h> +#include <kernel/libkernel.h> +#include <scetypes.h> +#include <sdk_version.h> #ifdef __cplusplus extern "C" { |