Fix mimatched #if/#endif

This commit is contained in:
Gregory Nutt 2015-01-30 12:28:29 -06:00
parent 01c57668c9
commit e8a74527a0
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@
****************************************************************************/ ****************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#if defined(CONFIG_NET) && !defined(CONFIG_DISABLE_POLL)
#include "local/local.h" #include "local/local.h"