]> granicus.if.org Git - check/commitdiff
clock_gettime: remove some header includes, they are in libcompat.h
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 25 Dec 2013 03:04:47 +0000 (03:04 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 25 Dec 2013 03:04:47 +0000 (03:04 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@958 64e312b2-a51f-0410-8e61-82d0ca0eb02a

lib/clock_gettime.c

index 759fff603774570500fbabf1e7280f73bc895e7c..4031db2a9b3141648dae5dc114e1b235d47a15ff 100644 (file)
@@ -1,8 +1,5 @@
 #include "libcompat.h"
 
-#include <time.h>
-#include <sys/time.h>
-
 #ifdef __MACH__
 #include <mach/clock.h>
 #include <mach/mach.h>