summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/monitor/mon-object.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-21 16:58:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-21 16:58:57 +0000
commit5beb5624503e6141a30e589da8a2fd24fc33f483 (patch)
tree17d712ea66a9f439898edaaf6f963205c6a48bfa /cpukit/libmisc/monitor/mon-object.c
parentAdded Monitor test. (diff)
downloadrtems-5beb5624503e6141a30e589da8a2fd24fc33f483.tar.bz2
Cleaned up as part of adding the Monitor test.
Diffstat (limited to 'cpukit/libmisc/monitor/mon-object.c')
-rw-r--r--cpukit/libmisc/monitor/mon-object.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/libmisc/monitor/mon-object.c b/cpukit/libmisc/monitor/mon-object.c
index 90de35ee7b..8d5a9c395f 100644
--- a/cpukit/libmisc/monitor/mon-object.c
+++ b/cpukit/libmisc/monitor/mon-object.c
@@ -17,14 +17,12 @@
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <rtems.h>
-#include "monitor.h"
+#include <rtems/monitor.h>
#include <stdio.h>
#include <stdlib.h> /* strtoul() */
#include <string.h> /* memcpy() */
-#include <monitor.h>
-
#define NUMELEMS(arr) (sizeof(arr) / sizeof(arr[0]))
/*