diff options
author | Reiko Asakura | 2021-01-16 15:41:09 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-01-16 15:41:09 -0500 |
commit | accb1030a95675f964c9f6a363f8269744362d3c (patch) | |
tree | ffac24a477629ce65ea67aff9cd05dd38ce6198d /include/common | |
parent | Update build script (diff) | |
download | vds-libraries-accb1030a95675f964c9f6a363f8269744362d3c.tar.gz |
Remove dupe: appmgr.h
Diffstat (limited to '')
-rw-r--r-- | include/common/appmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/appmgr.h b/include/common/appmgr.h index da3a63a..a09838e 100644 --- a/include/common/appmgr.h +++ b/include/common/appmgr.h @@ -1,7 +1,7 @@ #ifndef _DOLCESDK_PSP2COMMON_APPMGR_H_ #define _DOLCESDK_PSP2COMMON_APPMGR_H_ -#include <psp2common/types.h> +#include_next <appmgr.h> #if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) extern "C" { |