summaryrefslogtreecommitdiff
path: root/nuttx/libc/time
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-15 13:00:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-15 13:00:44 -0600
commit093c95eb3997be03752c8428f3ce42aeee00b546 (patch)
tree45d8c9c3af62fb37fd9deed4c074bfa5723fea23 /nuttx/libc/time
parentedffe515d983f8fa7a3d67c684ef47cbe676d35c (diff)
downloadpx4-nuttx-093c95eb3997be03752c8428f3ce42aeee00b546.tar.gz
px4-nuttx-093c95eb3997be03752c8428f3ce42aeee00b546.tar.bz2
px4-nuttx-093c95eb3997be03752c8428f3ce42aeee00b546.zip
Move struct timveval from include/time.h to include/sys/time.h where it belongs.
Diffstat (limited to 'nuttx/libc/time')
-rw-r--r--nuttx/libc/time/lib_gettimeofday.c1
-rw-r--r--nuttx/libc/time/lib_settimeofday.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/libc/time/lib_gettimeofday.c b/nuttx/libc/time/lib_gettimeofday.c
index e14d0af34..d1315b128 100644
--- a/nuttx/libc/time/lib_gettimeofday.c
+++ b/nuttx/libc/time/lib_gettimeofday.c
@@ -40,7 +40,6 @@
#include <nuttx/config.h>
#include <sys/time.h>
-#include <time.h>
#include <errno.h>
#include <nuttx/clock.h>
diff --git a/nuttx/libc/time/lib_settimeofday.c b/nuttx/libc/time/lib_settimeofday.c
index 4c71c105c..a28b634a7 100644
--- a/nuttx/libc/time/lib_settimeofday.c
+++ b/nuttx/libc/time/lib_settimeofday.c
@@ -40,7 +40,6 @@
#include <nuttx/config.h>
#include <sys/time.h>
-#include <time.h>
#include <errno.h>
#include <nuttx/clock.h>