diff options
Diffstat (limited to 'bin/ps/nlist.c')
-rw-r--r-- | bin/ps/nlist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index d33c8e7..e7b60cb 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: nlist.c,v 1.2 1994/09/24 02:56:44 davidg Exp $ + * $Id: nlist.c,v 1.3 1994/10/02 08:19:11 davidg Exp $ */ #ifndef lint @@ -39,7 +39,6 @@ static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94"; #include <sys/param.h> #include <sys/time.h> -#include <sys/rtprio.h> #include <sys/proc.h> #include <sys/resource.h> |