From e27458bff5e8526b7e37c729d88990f7a07eb46d Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 13 Jul 2009 05:17:23 +0000 Subject: zephyr.h will pull in zephyr_err.h will pull in com_err.h without having to figure out where it is --- clients/zaway/zaway.c | 1 - clients/zctl/zctl.c | 1 - clients/zleave/zleave.c | 2 -- server/access.c | 1 - server/bdump.c | 1 - server/dispatch.c | 1 - server/zserver.h | 2 -- zwgc/error.h | 2 +- 8 files changed, 1 insertion(+), 10 deletions(-) diff --git a/clients/zaway/zaway.c b/clients/zaway/zaway.c index a2b6a96..684609c 100644 --- a/clients/zaway/zaway.c +++ b/clients/zaway/zaway.c @@ -14,7 +14,6 @@ #include #include #include -#include #ifndef lint static const char rcsid_zaway_c[] = "$Id$"; diff --git a/clients/zctl/zctl.c b/clients/zctl/zctl.c index 5707642..43ffbf5 100644 --- a/clients/zctl/zctl.c +++ b/clients/zctl/zctl.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #ifndef lint diff --git a/clients/zleave/zleave.c b/clients/zleave/zleave.c index 0a652a2..7cb92ed 100644 --- a/clients/zleave/zleave.c +++ b/clients/zleave/zleave.c @@ -14,8 +14,6 @@ #include #include -#include - #ifndef lint static const char rcsid_zlocate_c[] = "$Id$"; #endif /* lint */ diff --git a/server/access.c b/server/access.c index cbe6416..a516f3d 100644 --- a/server/access.c +++ b/server/access.c @@ -12,7 +12,6 @@ #include #include "zserver.h" -#include #if !defined (lint) && !defined (SABER) static const char rcsid_access_c[] = diff --git a/server/bdump.c b/server/bdump.c index b3624be..9f2c506 100644 --- a/server/bdump.c +++ b/server/bdump.c @@ -15,7 +15,6 @@ #include #include "zserver.h" #include -#include #ifndef lint static const char rcsid_bdump_c[] = "$Id$"; diff --git a/server/dispatch.c b/server/dispatch.c index 01ec6cd..bc251bb 100644 --- a/server/dispatch.c +++ b/server/dispatch.c @@ -14,7 +14,6 @@ #include #include "zserver.h" #include -#include #ifndef lint #ifndef SABER diff --git a/server/zserver.h b/server/zserver.h index a8857d9..ae71838 100644 --- a/server/zserver.h +++ b/server/zserver.h @@ -16,8 +16,6 @@ #include -#include - #include #include "zsrv_err.h" diff --git a/zwgc/error.h b/zwgc/error.h index a09fa70..dfa0242 100644 --- a/zwgc/error.h +++ b/zwgc/error.h @@ -19,7 +19,7 @@ #include #include -#include +#include extern int error_code; -- cgit v1.2.3