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.

This commit is contained in:
Gregory Nutt 2018-08-27 06:05:28 -06:00
parent 71ad1993f2
commit 8980b08fae

View File

@ -45,7 +45,6 @@
#include <semaphore.h>
#include <nuttx/clock.h>
#include <nuttx/fs/fs.h>
/****************************************************************************
* Pre-processor Definitions