summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/hpib.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/stand/hpib.c')
-rw-r--r--sys/arch/hp300/stand/hpib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hp300/stand/hpib.c b/sys/arch/hp300/stand/hpib.c
index abb1d34a3ce..3210482c5eb 100644
--- a/sys/arch/hp300/stand/hpib.c
+++ b/sys/arch/hp300/stand/hpib.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: hpib.c,v 1.2 1997/01/17 08:32:45 downsj Exp $ */
-/* $NetBSD: hpib.c,v 1.4 1994/10/26 07:27:21 cgd Exp $ */
+/* $OpenBSD: hpib.c,v 1.3 1997/02/03 04:48:04 downsj Exp $ */
+/* $NetBSD: hpib.c,v 1.5 1997/01/30 10:32:53 thorpej Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -41,9 +41,9 @@
*/
#include <sys/param.h>
#include <sys/reboot.h>
-#include <hp300/dev/device.h>
-#include "hpibvar.h"
+#include <hp300/stand/device.h>
+#include <hp300/stand/hpibvar.h>
#include "stand.h"
#include "samachdep.h"