summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-31 20:52:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-31 20:52:35 +0000
commit01a2e18e171777b249619e604682eecf9cba139c (patch)
tree86f4e687d6d6b4ffdd5490b9e574a9d3fbff4717 /c
parentPrepended macro variables with "_" to avoid name conflicts in expansions. (diff)
downloadrtems-01a2e18e171777b249619e604682eecf9cba139c.tar.bz2
Removed unneeded include of libio_.h.
Diffstat (limited to 'c')
-rw-r--r--c/src/tests/psxtests/psxreaddir/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psxreaddir/test.c b/c/src/tests/psxtests/psxreaddir/test.c
index f4e07f4dcc..491c2b2119 100644
--- a/c/src/tests/psxtests/psxreaddir/test.c
+++ b/c/src/tests/psxtests/psxreaddir/test.c
@@ -28,8 +28,6 @@
#include <unistd.h>
#include <errno.h>
-#include "/usr1/rtems/mg10/rtems-mg10/c/src/lib/libc/libio_.h"
-
DIR *directory;
DIR *directory2;
DIR *directory3;