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/kernel/lowio | |
parent | scePafResourceGetAttributeIdIntLpb: fix NID (diff) | |
download | vds-libraries-cedabc50f2df4926ae3039f225f0452ebe05176d.tar.gz |
Fix includes: various
Diffstat (limited to 'include/kernel/lowio')
-rw-r--r-- | include/kernel/lowio/dsi.h | 2 | ||||
-rw-r--r-- | include/kernel/lowio/gpio.h | 2 | ||||
-rw-r--r-- | include/kernel/lowio/i2c.h | 2 | ||||
-rw-r--r-- | include/kernel/lowio/iftu.h | 2 | ||||
-rw-r--r-- | include/kernel/lowio/pervasive.h | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/include/kernel/lowio/dsi.h b/include/kernel/lowio/dsi.h index 4400a68..68f3d57 100644 --- a/include/kernel/lowio/dsi.h +++ b/include/kernel/lowio/dsi.h @@ -1,8 +1,6 @@ #ifndef _PSP2_KERN_LOWIO_DSI_H_ #define _PSP2_KERN_LOWIO_DSI_H_ -#include <psp2kern/types.h> - #ifdef __cplusplus extern "C" { #endif diff --git a/include/kernel/lowio/gpio.h b/include/kernel/lowio/gpio.h index 5705ddf..7149d1e 100644 --- a/include/kernel/lowio/gpio.h +++ b/include/kernel/lowio/gpio.h @@ -1,8 +1,6 @@ #ifndef _PSP2_KERN_LOWIO_GPIO_H_ #define _PSP2_KERN_LOWIO_GPIO_H_ -#include <psp2kern/types.h> - #ifdef __cplusplus extern "C" { #endif diff --git a/include/kernel/lowio/i2c.h b/include/kernel/lowio/i2c.h index 4ca3178..3776169 100644 --- a/include/kernel/lowio/i2c.h +++ b/include/kernel/lowio/i2c.h @@ -1,8 +1,6 @@ #ifndef _PSP2_KERN_LOWIO_I2C_H_ #define _PSP2_KERN_LOWIO_I2C_H_ -#include <psp2kern/types.h> - #ifdef __cplusplus extern "C" { #endif diff --git a/include/kernel/lowio/iftu.h b/include/kernel/lowio/iftu.h index 9580219..27efd9f 100644 --- a/include/kernel/lowio/iftu.h +++ b/include/kernel/lowio/iftu.h @@ -1,8 +1,6 @@ #ifndef _PSP2_KERN_LOWIO_IFTU_H_ #define _PSP2_KERN_LOWIO_IFTU_H_ -#include <psp2kern/types.h> - #ifdef __cplusplus extern "C" { #endif diff --git a/include/kernel/lowio/pervasive.h b/include/kernel/lowio/pervasive.h index 51bb72b..8103157 100644 --- a/include/kernel/lowio/pervasive.h +++ b/include/kernel/lowio/pervasive.h @@ -1,8 +1,6 @@ #ifndef _PSP2_KERN_LOWIO_PERVASIVE_H_ #define _PSP2_KERN_LOWIO_PERVASIVE_H_ -#include <psp2kern/types.h> - #ifdef __cplusplus extern "C" { #endif |