summaryrefslogtreecommitdiff
path: root/clients
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 /clients
parent345d1482dd3fd46ac4f50d6872fa1910834263a8 (diff)
zephyr.h will pull in zephyr_err.h will pull in com_err.h without having to figure out where it is
Diffstat (limited to 'clients')
-rw-r--r--clients/zaway/zaway.c1
-rw-r--r--clients/zctl/zctl.c1
-rw-r--r--clients/zleave/zleave.c2
3 files changed, 0 insertions, 4 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 */