SIM: Trivial, uninteresting change to file inclusion in IDLE loop

This commit is contained in:
Gregory Nutt 2016-02-20 14:56:25 -06:00
parent e9bf66989e
commit bd0d46138c

View File

@ -43,8 +43,14 @@
#include <time.h>
#include <nuttx/arch.h>
#include <nuttx/spinlock.h>
#include <nuttx/power/pm.h>
#ifdef CONFIG_PM
# include <nuttx/power/pm.h>
#endif
#ifdef CONFIG_SMP
# include <nuttx/spinlock.h>
#endif
#include "up_internal.h"