diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/npdrm.h | 1 | ||||
-rw-r--r-- | include/user/npdrmpackage.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/user/npdrm.h b/include/user/npdrm.h index 83a0c03..3d66cdb 100644 --- a/include/user/npdrm.h +++ b/include/user/npdrm.h @@ -1,7 +1,6 @@ #ifndef _PSP2_NPDRM_H_ #define _PSP2_NPDRM_H_ -#include <psp2/types.h> #include <stdint.h> #ifdef __cplusplus diff --git a/include/user/npdrmpackage.h b/include/user/npdrmpackage.h index ffa5124..07a293a 100644 --- a/include/user/npdrmpackage.h +++ b/include/user/npdrmpackage.h @@ -1,7 +1,7 @@ #ifndef _PSP2_NPDRMPACKAGE_H_ #define _PSP2_NPDRMPACKAGE_H_ -#include <psp2/types.h> +#include <scetypes.h> #ifdef __cplusplus extern "C" { |