diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-08-23 12:55:40 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-08-23 12:55:40 +0200 |
commit | b0f170c5f736ecba1a5899d602c4173fe9b9b1fa (patch) | |
tree | ed8021443686fda1d346b44380f5b0a590a2aa9e | |
parent | ac54c0e4360099697755d14b1030def73d8235b0 (diff) |
radeon: Remove unnecessary #include <time.h>.
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/radeon.h b/src/radeon.h index 8babf391..29e7da47 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" |