Some files that now include sys/time.h should no longer include timer.h

This commit is contained in:
Gregory Nutt
2015-02-15 16:38:18 -06:00
parent d6704a1cd7
commit f357897b6c
3 changed files with 5 additions and 3 deletions
+4 -1
View File
@@ -39,9 +39,12 @@
#include <nuttx/config.h>
#include <sys/time.h>
#include <time.h>
/****************************************************************************
* Public Functions
****************************************************************************/
/****************************************************************************
* Function: time
*