From e2653a19af4e493b0aa0842c390932639527b103 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 17 Mar 1997 10:36:32 +0000 Subject: [PATCH] Fix include files. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1449 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/der_get.c | 9 ++------- lib/asn1/der_length.c | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/lib/asn1/der_get.c b/lib/asn1/der_get.c index b07997793..0ea816c79 100644 --- a/lib/asn1/der_get.c +++ b/lib/asn1/der_get.c @@ -1,11 +1,6 @@ -#ifdef HAVE_CONFIG_H -#include -#endif +#include "asn1_locl.h" + RCSID("$Id$"); -#include -#include -#include -#include "der.h" /* * All decoding functions take a pointer `p' to first position in diff --git a/lib/asn1/der_length.c b/lib/asn1/der_length.c index b02e0d818..0d0b085c5 100644 --- a/lib/asn1/der_length.c +++ b/lib/asn1/der_length.c @@ -1,11 +1,6 @@ -#ifdef HAVE_CONFIG_H -#include -#endif +#include "asn1_locl.h" + RCSID("$Id$"); -#include -#include -#include -#include "der.h" static size_t length_int (unsigned val)