summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtmonuse
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-01 13:56:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-01 13:56:46 +0000
commitbfc353359463cc597d504b2afede13618a649770 (patch)
tree9a368c64193ddc00d7ccab35214ff0965d7ee2b3 /testsuites/libtests/rtmonuse
parentRemoved unused file. (diff)
downloadrtems-bfc353359463cc597d504b2afede13618a649770.tar.bz2
Include files now installed as <rtems/*.h>.
Diffstat (limited to 'testsuites/libtests/rtmonuse')
-rw-r--r--testsuites/libtests/rtmonuse/init.c2
-rw-r--r--testsuites/libtests/rtmonuse/task1.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/libtests/rtmonuse/init.c b/testsuites/libtests/rtmonuse/init.c
index c599df3c5a..6f3849e4d5 100644
--- a/testsuites/libtests/rtmonuse/init.c
+++ b/testsuites/libtests/rtmonuse/init.c
@@ -25,7 +25,7 @@
#define TEST_INIT
#include "system.h"
-#include "rtmonuse.h"
+#include <rtems/rtmonuse.h>
rtems_task Init(
rtems_task_argument argument
diff --git a/testsuites/libtests/rtmonuse/task1.c b/testsuites/libtests/rtmonuse/task1.c
index 92b22178af..3ee1080a4e 100644
--- a/testsuites/libtests/rtmonuse/task1.c
+++ b/testsuites/libtests/rtmonuse/task1.c
@@ -21,8 +21,8 @@
#include "system.h"
-#include <cpuuse.h>
-#include "rtmonuse.h"
+#include <rtems/cpuuse.h>
+#include <rtems/rtmonuse.h>
rtems_unsigned32 Periods[6] = { 0, 2, 2, 2, 2, 100 };
rtems_unsigned32 Iterations[6] = { 0, 50, 50, 50, 50, 1 };