diff --git a/util/ego/share/show.c b/util/ego/share/show.c index dcd526f6..8f1c9ec2 100644 --- a/util/ego/share/show.c +++ b/util/ego/share/show.c @@ -15,7 +15,6 @@ #include #include -#include #include #include "types.h" #include "def.h" @@ -29,8 +28,6 @@ -extern byte em_flag[]; - #define space1() printf(" ") char format[] = " %-11s%d\n"; char lformat[] = " %-11s%ld\n";