diff --git a/common/tlsf.c b/common/tlsf.c index 9515ac7..984342e 100644 --- a/common/tlsf.c +++ b/common/tlsf.c @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/fs/ext4/ext4_common.c b/fs/ext4/ext4_common.c index ab0e6b5..04b1915 100644 --- a/fs/ext4/ext4_common.c +++ b/fs/ext4/ext4_common.c @@ -30,7 +30,6 @@ #include #include -#include #include #include #include diff --git a/include/tlsf.h b/include/tlsf.h index d575e16..1917fa1 100644 --- a/include/tlsf.h +++ b/include/tlsf.h @@ -16,8 +16,6 @@ ** of the document, therefore no GPL restrictions apply. */ -#include - #if defined(__cplusplus) extern "C" { #endif