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/shacccg.h | |
parent | scePafResourceGetAttributeIdIntLpb: fix NID (diff) | |
download | vds-libraries-cedabc50f2df4926ae3039f225f0452ebe05176d.tar.gz |
Fix includes: various
Diffstat (limited to '')
-rw-r--r-- | include/user/shacccg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/shacccg.h b/include/user/shacccg.h index cf5a088..ea763ca 100644 --- a/include/user/shacccg.h +++ b/include/user/shacccg.h @@ -1,8 +1,8 @@ #ifndef _DOLCESDK_PSP2_SHACCCG_H_ #define _DOLCESDK_PSP2_SHACCCG_H_ -#include <psp2/shacccg/types.h> -#include <psp2/shacccg/paramquery.h> +#include <shacccg/types.h> +#include <shacccg/paramquery.h> /** @file shacccg.h |