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/vshbridge.h | |
parent | scePafResourceGetAttributeIdIntLpb: fix NID (diff) | |
download | vds-libraries-cedabc50f2df4926ae3039f225f0452ebe05176d.tar.gz |
Fix includes: various
Diffstat (limited to '')
-rw-r--r-- | include/user/vshbridge.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/user/vshbridge.h b/include/user/vshbridge.h index 09f256b..1f39e27 100644 --- a/include/user/vshbridge.h +++ b/include/user/vshbridge.h @@ -1,8 +1,7 @@ #ifndef _PSP2_VSHBRIDGE_H_ #define _PSP2_VSHBRIDGE_H_ -#include <psp2/types.h> -#include <psp2/kernel/modulemgr.h> +#include <kernel/modulemgr.h> #ifdef __cplusplus extern "C" { |