make kernel includes standard
[unix-history] / usr / src / sys / sparc / dev / event.c
index cd870b5..df01aad 100644 (file)
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)event.c     7.2 (Berkeley) %G%
+ *     @(#)event.c     7.3 (Berkeley) %G%
  *
  * from: $Header: event.c,v 1.4 92/06/17 05:35:45 torek Exp $ (LBL)
  */
  *
  * from: $Header: event.c,v 1.4 92/06/17 05:35:45 torek Exp $ (LBL)
  */
  * Internal `Firm_event' interface for the keyboard and mouse drivers.
  */
 
  * Internal `Firm_event' interface for the keyboard and mouse drivers.
  */
 
-#include "sys/param.h"
-#include "sys/fcntl.h"
-#include "sys/malloc.h"
-#include "sys/proc.h"
-#include "sys/systm.h"
-#include "sys/vnode.h"
+#include <sys/param.h>
+#include <sys/fcntl.h>
+#include <sys/malloc.h>
+#include <sys/proc.h>
+#include <sys/systm.h>
+#include <sys/vnode.h>
 
 
-#include "vuid_event.h"
-#include "event_var.h"
+#include <sparc/dev/vuid_event.h>
+#include <sparc/dev/event_var.h>
 
 /*
  * Initialize a firm_event queue.
 
 /*
  * Initialize a firm_event queue.