summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/rtems/no-timer.c')
-rw-r--r--c/src/optman/rtems/no-timer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/optman/rtems/no-timer.c b/c/src/optman/rtems/no-timer.c
index 0e32a501a6..48da9ecd85 100644
--- a/c/src/optman/rtems/no-timer.c
+++ b/c/src/optman/rtems/no-timer.c
@@ -15,10 +15,10 @@
#include <rtems/system.h>
#include <rtems/rtems/status.h>
-#include <rtems/core/object.h>
-#include <rtems/core/thread.h>
-#include <rtems/core/tod.h>
-#include <rtems/core/watchdog.h>
+#include <rtems/score/object.h>
+#include <rtems/score/thread.h>
+#include <rtems/score/tod.h>
+#include <rtems/score/watchdog.h>
#include <rtems/rtems/types.h>
#include <rtems/rtems/timer.h>