Remove alloc.h too, no longer needed.

This commit is contained in:
garbled 2008-01-09 19:39:07 +00:00
parent 3d12616d63
commit 0d31ffa76d
2 changed files with 1 additions and 8 deletions

View File

@ -1,6 +0,0 @@
#ifndef ALLOC_H_
#define ALLOC_H_
void freeall(void);
#endif /* ALLOC_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: boot.c,v 1.17 2008/01/09 19:34:45 garbled Exp $ */
/* $NetBSD: boot.c,v 1.18 2008/01/09 19:39:07 garbled Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -92,7 +92,6 @@
#include <machine/cpu.h>
#include "alloc.h"
#include "boot.h"
#include "ofdev.h"
#include "openfirm.h"