diff options
author | Reiko Asakura | 2020-07-21 13:44:51 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-07-21 13:44:51 -0400 |
commit | b19c0834c7c7ee458222b588c0e796f008433b25 (patch) | |
tree | 6712e275cb0ecc1bee70c92379e304118762ca3c /include/user/shellutil.h | |
parent | Fix var exports incorrectly exported as funcs (diff) | |
download | vds-libraries-b19c0834c7c7ee458222b588c0e796f008433b25.tar.gz |
Add doc and remove unneeded include
Diffstat (limited to '')
-rw-r--r-- | include/user/shellutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/shellutil.h b/include/user/shellutil.h index 29d7a47..93b4097 100644 --- a/include/user/shellutil.h +++ b/include/user/shellutil.h @@ -1,3 +1,3 @@ -#pragma GCC warning "shellutil.h is deprecated. Please include shellsvc.h." +#pragma GCC warning "psp2/shellutil.h is deprecated. Please include psp2/shellsvc.h." #include <psp2/shellsvc.h> |