From 8980b08faecf8d663638764c22481981c717bbda Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 27 Aug 2018 06:05:28 -0600 Subject: [PATCH] include/nuttx/semaphore.h: don't include nuttx/fs/fs.h. (1) Avoid nested loops if CONFIG_SIG_EVTHREAD enabled, (2) semaphore.h doesn't depends on fs.h. --- include/nuttx/semaphore.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/nuttx/semaphore.h b/include/nuttx/semaphore.h index 0f653042493..c736086f117 100644 --- a/include/nuttx/semaphore.h +++ b/include/nuttx/semaphore.h @@ -45,7 +45,6 @@ #include #include -#include /**************************************************************************** * Pre-processor Definitions