flatten include headers

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24382 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-25 00:35:00 +00:00
parent a265538dd9
commit 269a7a057b
65 changed files with 69 additions and 70 deletions

View File

@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
#include "spnego/spnego_locl.h"
#include "spnego_locl.h"
RCSID("$Id$");

View File

@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
#include "spnego/spnego_locl.h"
#include "spnego_locl.h"
RCSID("$Id$");

View File

@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
#include "spnego/spnego_locl.h"
#include "spnego_locl.h"
RCSID("$Id$");

View File

@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
#include "spnego/spnego_locl.h"
#include "spnego_locl.h"
RCSID("$Id$");

View File

@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
#include "spnego/spnego_locl.h"
#include "spnego_locl.h"
#include <gssapi_mech.h>
RCSID("$Id$");

View File

@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
#include "spnego/spnego_locl.h"
#include "spnego_locl.h"
RCSID("$Id$");

View File

@@ -35,9 +35,7 @@
#ifndef SPNEGO_LOCL_H
#define SPNEGO_LOCL_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -50,8 +48,9 @@
#include <pthread.h>
#endif
#include <gssapi/gssapi_spnego.h>
#include <gssapi.h>
#include <gssapi_krb5.h>
#include <gssapi_spnego.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
@@ -67,7 +66,7 @@
#include <gssapi_mech.h>
#include "spnego_asn1.h"
#include "mech/utils.h"
#include "utils.h"
#include <der.h>
#include <roken.h>
@@ -109,6 +108,6 @@ typedef struct {
extern gss_OID_desc _gss_spnego_mskrb_mechanism_oid_desc;
extern gss_OID_desc _gss_spnego_krb5_mechanism_oid_desc;
#include <spnego/spnego-private.h>
#include <spnego-private.h>
#endif /* SPNEGO_LOCL_H */