Imported Upstream version 1.15.1
[platform/upstream/krb5.git] / src / lib / kdb / kdb5.h
index 6d5c0a6..9a43046 100644 (file)
@@ -2,14 +2,14 @@
 #ifndef _KRB5_KDB5_H_
 #define _KRB5_KDB5_H_
 
+#include <k5-int.h>
+
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 
 #include <errno.h>
 #include <utime.h>
-#include <utime.h>
-#include <k5-int.h>
 #include "kdb.h"
 
 #define KRB5_DB_GET_DB_CONTEXT(kcontext) (((kdb5_dal_handle*) (kcontext)->dal_handle)->db_context)
@@ -31,7 +31,6 @@ struct _kdb5_dal_handle
     void *db_context;
     db_library lib_handle;
     krb5_keylist_node *master_keylist;
-    krb5_boolean free_keylist;
     krb5_principal master_princ;
 };
 /* typedef kdb5_dal_handle is in k5-int.h now */