xf86-video-ati: Branch 'master'

Michel Daenzer daenzer at kemper.freedesktop.org
Thu Aug 23 03:56:29 PDT 2007


 src/radeon.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
diff-tree b0f170c5f736ecba1a5899d602c4173fe9b9b1fa (from ac54c0e4360099697755d14b1030def73d8235b0)
Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Thu Aug 23 12:55:40 2007 +0200

    radeon: Remove unnecessary #include <time.h>.

diff --git a/src/radeon.h b/src/radeon.h
index 8babf39..29e7da4 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -39,8 +39,7 @@
 
 #include <stdlib.h>		/* For abs() */
 #include <unistd.h>		/* For usleep() */
-#include <sys/time.h>		/* For
-#include <time.h>		 * gettimeofday() */
+#include <sys/time.h>		/* For gettimeofday() */
 
 #include "xf86str.h"
 #include "compiler.h"


More information about the xorg-commit mailing list