From efb93f1098a314a060d850656ae77ffff176730b Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 27 Jan 2010 03:52:52 +0000 Subject: Get rid of kdb_ext.h and allow out-of-tree KDB plugins Move the contents of kdb_ext.h into kdb.h, since there is no meaningful "extensions" category of DB interfaces now that this stuff is in our tree. Allows out-of-tree KDB plugins to be built since we install kdb.h. ticket: 6649 target_version: 1.8 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23674 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/authdata/greet_server/greet_auth.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/authdata') diff --git a/src/plugins/authdata/greet_server/greet_auth.c b/src/plugins/authdata/greet_server/greet_auth.c index 0048af4b40..578a4ab8c8 100644 --- a/src/plugins/authdata/greet_server/greet_auth.c +++ b/src/plugins/authdata/greet_server/greet_auth.c @@ -32,7 +32,6 @@ #include #include #include -#include static krb5_error_code greet_init(krb5_context ctx, void **blob) -- cgit