Fix include file mess.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1454 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-03-17 10:40:52 +00:00
parent 40bd67e3d2
commit 2f2da77dc3
3 changed files with 6 additions and 23 deletions

View File

@@ -2,17 +2,9 @@
* Hash table functions
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
RCSID("$Id$");
#include "asn1_locl.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <ctype.h>
#include "hash.h"
RCSID("$Id$");
static Hashentry *_search(Hashtab * htab, /* The hash table */
void *ptr); /* And key */

View File

@@ -1,10 +1,6 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
RCSID("$Id$");
#include "asn1_locl.h"
#include <stdio.h>
#include "symbol.h"
RCSID("$Id$");
extern FILE *yyin;

View File

@@ -1,11 +1,6 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "asn1_locl.h"
RCSID("$Id$");
#include <string.h>
#include <stdlib.h>
#include "symbol.h"
#include "hash.h"
static Hashtab *htab;