summaryrefslogtreecommitdiff
path: root/server
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 /server
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 'server')
-rw-r--r--server/access.c1
-rw-r--r--server/bdump.c1
-rw-r--r--server/dispatch.c1
-rw-r--r--server/zserver.h2
4 files changed, 0 insertions, 5 deletions
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"