Don't explicitly include error table headers that are also in krb5.h
authorKen Raeburn <raeburn@mit.edu>
Sat, 20 Jan 2007 18:32:03 +0000 (18:32 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 20 Jan 2007 18:32:03 +0000 (18:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19094 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/chpw.c
src/lib/krb5/krb5_libinit.c

index 427ea39aaa8a5485714c25338a343e3d29200e32..51623c2f489d69e7f556144617718a4efaa3dee2 100644 (file)
@@ -4,7 +4,6 @@
 #include <string.h>
 
 #include "k5-int.h"
-#include "krb5_err.h"
 #include "auth_con.h"
 
 
index fce97ffb2e2b27dd49f93b80cdffa5a334a07d59..e82891a57d3a8c048190f50df4460e5c357fd8cd 100644 (file)
@@ -3,10 +3,6 @@
 #include "autoconf.h"
 #include "com_err.h"
 #include "k5-int.h"
-#include "krb5_err.h"
-#include "kv5m_err.h"
-#include "asn1_err.h"
-#include "kdb5_err.h"
 
 #if defined(_WIN32) || defined(USE_CCAPI)
 #include "stdcc.h"