diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index d5d6201338b3..099997b73fd5 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -2,8 +2,7 @@ PROG= top SRCS= commands.c display.c machine.c screen.c top.c \ - username.c utils.c -SRCS+= sigdesc.h top.local.h + username.c utils.c sigdesc.h CFLAGS+= -I ${.OBJDIR} MAN= top.1 diff --git a/usr.bin/top/display.c b/usr.bin/top/display.c index d1062834db53..f37384923090 100644 --- a/usr.bin/top/display.c +++ b/usr.bin/top/display.c @@ -44,7 +44,6 @@ #include "layout.h" /* defines for screen position layout */ #include "display.h" #include "top.h" -#include "top.local.h" #include "boolean.h" #include "machine.h" /* we should eliminate this!!! */ #include "utils.h" diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index eb67706293bc..8392e92be6f2 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -31,7 +31,6 @@ #include "display.h" /* interface to display package */ #include "screen.h" /* interface to screen package */ #include "top.h" -#include "top.local.h" #include "boolean.h" #include "machine.h" #include "utils.h" diff --git a/usr.bin/top/username.c b/usr.bin/top/username.c index 51a2041cdc84..7f10c79f9efa 100644 --- a/usr.bin/top/username.c +++ b/usr.bin/top/username.c @@ -37,7 +37,6 @@ #include #include -#include "top.local.h" #include "utils.h" #include "username.h"