From cedabc50f2df4926ae3039f225f0452ebe05176d Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Thu, 11 Feb 2021 12:05:53 -0500 Subject: Fix includes: various --- include/kernel/lowio/dsi.h | 2 -- include/kernel/lowio/gpio.h | 2 -- include/kernel/lowio/i2c.h | 2 -- include/kernel/lowio/iftu.h | 2 -- include/kernel/lowio/pervasive.h | 2 -- 5 files changed, 10 deletions(-) (limited to 'include/kernel/lowio') 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 - #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 - #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 - #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 - #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 - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3