From d977b5170027926eb97ab9742ddc51d2a5555a34 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 14 Jul 2017 10:06:49 -0700 Subject: [PATCH] lmon16g.c: Adjust system headers fstab.h is unused errno.h is in /usr/include defines from sys/cdefs.h is used Signed-off-by: Khem Raj --- lmon16g.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lmon16g.c b/lmon16g.c index cb27e09..d2a11c5 100644 --- a/lmon16g.c +++ b/lmon16g.c @@ -63,7 +63,7 @@ static char *SccsId = "nmon " VERSION; #include #include #include -#include +#include #include #include #include @@ -71,6 +71,7 @@ static char *SccsId = "nmon " VERSION; #include #include #include +#include /* Windows moved here so they can be cleared when the screen mode changes */ WINDOW *padwelcome = NULL; @@ -576,7 +577,6 @@ struct procsinfo { int isroot = 0; #include -#include #include #include #include -- 2.13.3