--- Net2/sys/tablet.h 2018/04/24 18:03:58 1.1 +++ Net2/sys/tablet.h 2018/04/24 18:10:45 1.1.1.2 @@ -39,12 +39,6 @@ /* * Tablet line discipline. */ -#ifdef KERNEL -#include "../h/ioctl.h" -#else -#include -#endif - /* * Reads on the tablet return one of the following structures, depending on * the underlying tablet type. The first two are defined such that a read of @@ -94,6 +88,5 @@ struct polpos { #define TBDIGIHIRES 0x8 /* gtco digi-pad, high res */ #define BIOSTYPE _IOW('b', 3, int) /* set tablet type */ #define BIOGTYPE _IOR('b', 4, int) /* get tablet type*/ -#endif #endif /* !_TABLET_H_ */