summaryrefslogtreecommitdiffstats
path: root/src/clients/klist
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-02-28 10:12:28 +0000
committerJohn Gilmore <gnu@toad.com>1995-02-28 10:12:28 +0000
commit77495b274b2926f0c27b9bea8822fe66dce4e3fe (patch)
tree44acf29c9ef7262ffbca4b0442b238a066e8b56c /src/clients/klist
parent6c42b45f20896381971b62df03c236df750b9be0 (diff)
downloadkrb5-77495b274b2926f0c27b9bea8822fe66dce4e3fe.tar.gz
krb5-77495b274b2926f0c27b9bea8822fe66dce4e3fe.tar.xz
krb5-77495b274b2926f0c27b9bea8822fe66dce4e3fe.zip
Avoid <krb5/...> and <com_err.h> includes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5028 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients/klist')
-rw-r--r--src/clients/klist/ChangeLog4
-rw-r--r--src/clients/klist/klist.c6
2 files changed, 6 insertions, 4 deletions
diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog
index 3fde40fc0e..fe6412b46c 100644
--- a/src/clients/klist/ChangeLog
+++ b/src/clients/klist/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 28 02:11:02 1995 John Gilmore (gnu at toad.com)
+
+ * klist.c: Avoid <krb5/...> and <com_err.h> includes.
+
Fri Feb 10 18:44:44 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove ISODE cruft. Use $(LIBS) so that
diff --git a/src/clients/klist/klist.c b/src/clients/klist/klist.c
index bfc8df7a9e..e59b24ce9f 100644
--- a/src/clients/klist/klist.c
+++ b/src/clients/klist/klist.c
@@ -25,10 +25,8 @@
*/
#include <stdio.h>
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include <time.h>
extern int optind;