From e345864d418be75f391241b8debdb1e793d64463 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 19:56:44 +0000 Subject: 1999-07-11 Roland McGrath * portinfo.h: Don't include , . This is an exported header, and its decls don't need them. * portinfo.c: Include them here instead. * xportinfo.c: And here. --- libshouldbeinlibc/portinfo.c | 3 +++ libshouldbeinlibc/portinfo.h | 2 -- libshouldbeinlibc/xportinfo.c | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'libshouldbeinlibc') diff --git a/libshouldbeinlibc/portinfo.c b/libshouldbeinlibc/portinfo.c index b04014da..6cb3f375 100644 --- a/libshouldbeinlibc/portinfo.c +++ b/libshouldbeinlibc/portinfo.c @@ -18,6 +18,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include +#include + #include "portinfo.h" /* Prints info about NAME in TASK to STREAM, in a way described by the flags diff --git a/libshouldbeinlibc/portinfo.h b/libshouldbeinlibc/portinfo.h index cc8d0730..143c2898 100644 --- a/libshouldbeinlibc/portinfo.h +++ b/libshouldbeinlibc/portinfo.h @@ -24,8 +24,6 @@ #include #include #include -#include -#include #include diff --git a/libshouldbeinlibc/xportinfo.c b/libshouldbeinlibc/xportinfo.c index f94bc4bd..bba84a12 100644 --- a/libshouldbeinlibc/xportinfo.c +++ b/libshouldbeinlibc/xportinfo.c @@ -18,6 +18,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include +#include + #include "portinfo.h" /* Prints info about NAME translated through X to STREAM, in a way described -- cgit v1.2.3