summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/clock.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 11:50:24 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:41 +0100
commitccc6695c843e8cb83df4dd8e6b1dc43c9df33216 (patch)
treef90f1077a504adc8a32a10d022d75f66fe77bea0 /cpukit/include/rtems/rtems/clock.h
parentrtems: Avoid <rtems/score/timecounter.h> in API (diff)
downloadrtems-ccc6695c843e8cb83df4dd8e6b1dc43c9df33216.tar.bz2
score: Introduce <rtems/score/watchdogticks.h>
Separate the definitions related to watchdog ticks from the watchdog structures. Update #3598.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/clock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/clock.h b/cpukit/include/rtems/rtems/clock.h
index f3f406d2e6..77b379f285 100644
--- a/cpukit/include/rtems/rtems/clock.h
+++ b/cpukit/include/rtems/rtems/clock.h
@@ -29,7 +29,6 @@
#ifndef _RTEMS_RTEMS_CLOCK_H
#define _RTEMS_RTEMS_CLOCK_H
-#include <rtems/score/watchdog.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
#include <rtems/config.h>