summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/timersettime.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-14 11:23:12 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-17 08:20:09 +0100
commitdbb7ac6f2377735a97bb4fd3c34647d52c53b462 (patch)
treed53b6ef80e469749c1a862a02629bc1f44cc149b /cpukit/posix/src/timersettime.c
parentmonitor: Use proper API for all config constants (diff)
downloadrtems-dbb7ac6f2377735a97bb4fd3c34647d52c53b462.tar.bz2
posix: Remove <rtems/posix/ptimer.h>
This file contained duplicate prototypes for standard POSIX functions declared in <time.h>.
Diffstat (limited to 'cpukit/posix/src/timersettime.c')
-rw-r--r--cpukit/posix/src/timersettime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/timersettime.c b/cpukit/posix/src/timersettime.c
index 9212e49740..eb89029e29 100644
--- a/cpukit/posix/src/timersettime.c
+++ b/cpukit/posix/src/timersettime.c
@@ -23,7 +23,6 @@
#include <time.h>
#include <errno.h>
-#include <rtems/posix/ptimer.h>
#include <rtems/posix/timerimpl.h>
#include <rtems/score/todimpl.h>
#include <rtems/score/watchdogimpl.h>