Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.

This commit is contained in:
Peter Wemm 2000-01-29 14:42:57 +00:00
parent 2d8e7d39da
commit 25a2c600af

View File

@ -26,10 +26,6 @@
* $FreeBSD$
*/
#include "splash.h"
#if NSPLASH > 0
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@ -208,5 +204,3 @@ splash(video_adapter_t *adp, int on)
return (*splash_decoder->splash)(adp, on);
return ENODEV;
}
#endif /* NSPLASH > 0 */