diff options
Diffstat (limited to 'sys/dev/dpt/dpt.h')
| -rw-r--r-- | sys/dev/dpt/dpt.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index af59b815e0e0..298f1326b819 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -40,21 +40,13 @@ */ -#ident "$Id: dpt.h,v 1.3 1998/09/20 07:19:52 gibbs Exp $" +#ident "$Id: dpt.h,v 1.4 1998/09/22 04:55:07 gibbs Exp $" #ifndef _DPT_H #define _DPT_H #include <sys/ioccom.h> -#ifdef DEVFS -#include <sys/devfsext.h> -#ifdef SLICE -#include <sys/device.h> -#include <dev/slice/slice.h> -#endif /* SLICE */ -#endif - #define DPT_CDEV_MAJOR 88 #undef DPT_USE_DLM_SWI |
