From 657ff134aef7f7fb8e6d7ff687c46d1819f60550 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 16 Jun 2009 12:17:35 -0500 Subject: Moved time.c inclusion from runtime/transport/transport.c to runtime/runtime.h. * runtime/runtime.h: Includes time.c. * runtime/transport/transport.c: Removed time.c inclusion. --- runtime/runtime.h | 1 + runtime/transport/transport.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/runtime.h b/runtime/runtime.h index c2e927cc..9881acb7 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -88,6 +88,7 @@ static struct #include "copy.c" #include "regs.c" #include "regs-ia64.c" +#include "time.c" #include "task_finder.c" diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c index 762c0a92..0592768c 100644 --- a/runtime/transport/transport.c +++ b/runtime/transport/transport.c @@ -17,7 +17,6 @@ #include #include #include "transport.h" -#include "time.c" #include "../mempool.c" #include "symbols.c" -- cgit