summaryrefslogtreecommitdiff
path: root/clients/zaway
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/zaway
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/zaway')
-rw-r--r--clients/zaway/zaway.c1
1 files changed, 0 insertions, 1 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$";