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:
@@ -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 */
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user