summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-07-13 05:17:23 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-07-13 05:17:23 +0000
commite27458bff5e8526b7e37c729d88990f7a07eb46d (patch)
tree041fa44dafb0c3aff365257ef53d5a12694fd73d
parent345d1482dd3fd46ac4f50d6872fa1910834263a8 (diff)
zephyr.h will pull in zephyr_err.h will pull in com_err.h without having to figure out where it is
-rw-r--r--clients/zaway/zaway.c1
-rw-r--r--clients/zctl/zctl.c1
-rw-r--r--clients/zleave/zleave.c2
-rw-r--r--server/access.c1
-rw-r--r--server/bdump.c1
-rw-r--r--server/dispatch.c1
-rw-r--r--server/zserver.h2
-rw-r--r--zwgc/error.h2
8 files changed, 1 insertions, 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 <zephyr/mit-copyright.h>
#include <zephyr/zephyr.h>
#include <pwd.h>
-#include <com_err.h>
#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 <sysdep.h>
#include <zephyr/zephyr.h>
#include <ss/ss.h>
-#include <com_err.h>
#include <pwd.h>
#include <netdb.h>
#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 <zephyr/mit-copyright.h>
#include <zephyr/zephyr.h>
-#include <com_err.h>
-
#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 <zephyr/mit-copyright.h>
#include "zserver.h"
-#include <com_err.h>
#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 <zephyr/mit-copyright.h>
#include "zserver.h"
#include <sys/socket.h>
-#include <com_err.h>
#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 <zephyr/mit-copyright.h>
#include "zserver.h"
#include <sys/socket.h>
-#include <com_err.h>
#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 <internal.h>
-#include <com_err.h>
-
#include <arpa/inet.h>
#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 <stdio.h>
#include <errno.h>
-#include <com_err.h>
+#include <zephyr/zephyr.h>
extern int error_code;