Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <geky@geky.net>2023-05-23 22:46:12 +0300
committerGitHub <noreply@github.com>2023-05-23 22:46:12 +0300
commit66f07563c333a6cfe25e51633ded6851568a0d49 (patch)
tree3cf33920532d2c03e96ee6f087d92271cc1234bb
parent5eed34105901849911b1b7297929ef52c78c326b (diff)
parent8a4ee65fc3caac42dbbd19073240c97ce599b1c0 (diff)
Merge pull request #832 from littlefs-project/remove-sys-typesv2.6.1
Remove unnecessary sys/types.h include
-rw-r--r--lfs_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lfs_util.h b/lfs_util.h
index 7f79def..13e9396 100644
--- a/lfs_util.h
+++ b/lfs_util.h
@@ -23,7 +23,6 @@
// System includes
#include <stdint.h>
#include <stdbool.h>
-#include <sys/types.h>
#include <string.h>
#include <inttypes.h>