Revision
124
Author
robert@fledge.watson.org
Date
2009-11-04 03:30:52 -0800 (Wed, 04 Nov 2009)

Log Message

Use src/internal.h in dispatch_timer_set_time to clean up include problems.

Modified Paths

Diff

Modified: trunk/testing/dispatch_timer_set_time.c (123 => 124)


--- trunk/testing/dispatch_timer_set_time.c	2009-11-04 11:30:21 UTC (rev 123)
+++ trunk/testing/dispatch_timer_set_time.c	2009-11-04 11:30:52 UTC (rev 124)
@@ -4,12 +4,9 @@
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>
-#include <sys/time.h>
 
-#include <dispatch/dispatch.h>
-
 #define	__DISPATCH_INDIRECT__
-#include "src/legacy.h"
+#include "src/internal.h"
 
 #include "dispatch_test.h"