diff --git a/sys/dev/pci/opl_eso.c b/sys/dev/pci/opl_eso.c index ba0404637545..ec0683fca7a2 100644 --- a/sys/dev/pci/opl_eso.c +++ b/sys/dev/pci/opl_eso.c @@ -1,4 +1,4 @@ -/* $NetBSD: opl_eso.c,v 1.2 1999/08/01 18:05:42 augustss Exp $ */ +/* $NetBSD: opl_eso.c,v 1.3 1999/09/01 18:03:10 kleink Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -58,7 +58,6 @@ #include #include -#include #include static int opl_eso_match __P((struct device *, struct cfdata *, void *));