From: Kevin Koch Date: Thu, 12 Jul 2007 17:52:52 +0000 (+0000) Subject: #include of Kerberos.h removed. It can't work on Windows and looks like its not... X-Git-Tag: krb5-1.7-alpha1~1013 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d945e66740325ca4523666e1a370e9636a7c11d;p=krb5.git #include of Kerberos.h removed. It can't work on Windows and looks like its not needed on the Mac, either TargetVersion: 1.7 Component: krb5-libs Ticket: 5594 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19699 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ccapi/test/test_cc_context_get_version.c b/src/ccapi/test/test_cc_context_get_version.c index f3ea8b9f4..34953c1ba 100644 --- a/src/ccapi/test/test_cc_context_get_version.c +++ b/src/ccapi/test/test_cc_context_get_version.c @@ -1,6 +1,5 @@ #include #include -#include #include "test_ccapi_check.h" #include "test_ccapi_constants.h"