Module Name:    xsrc
Committed By:   macallan
Date:           Wed Jun 19 13:20:05 UTC 2013

Modified Files:
        xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_cursor.c

Log Message:
remove some unnecessary #includes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_cursor.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_cursor.c
diff -u xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_cursor.c:1.1 xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_cursor.c:1.2
--- xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_cursor.c:1.1	Thu Apr 14 16:48:59 2011
+++ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_cursor.c	Wed Jun 19 13:20:05 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: cg14_cursor.c,v 1.1 2011/04/14 16:48:59 macallan Exp $ */
+/* $NetBSD: cg14_cursor.c,v 1.2 2013/06/19 13:20:05 macallan Exp $ */
 /*
  * Copyright (c) 2005 Michael Lorenz
  * All rights reserved.
@@ -30,10 +30,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/time.h>
-#include <sys/endian.h>
-#include <dev/wscons/wsconsio.h>
-#include <errno.h>
 
 /* all driver need this */
 #include "xf86.h"

Reply via email to