diff options
Diffstat (limited to 'src/radeon.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" |