Remove unecessary include file. machine/rpb.h is very alpha specific

and is not needed for this font, which isn't alpha speciifc.
This commit is contained in:
imp 2005-11-07 07:41:17 +00:00
parent 0a9e3aee35
commit 4e5a83b4f4

View File

@ -65,7 +65,6 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/pc/vesa.h>
#include <machine/resource.h>
#include <machine/rpb.h>
#include <sys/bus.h>
#include <sys/rman.h>