From 8496536f6ede3308e0d1cc6f1219e76ca262f1c0 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 18 Mar 2010 10:37:51 -0500 Subject: Remove inclusion to fix ppc build. * runtime/sym.c: Removed include. That file doesn't exist on ppc, and it appears to be empty everywhere else. --- runtime/sym.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/sym.c') diff --git a/runtime/sym.c b/runtime/sym.c index fa49826c..3c69fb1a 100644 --- a/runtime/sym.c +++ b/runtime/sym.c @@ -15,7 +15,6 @@ #include "sym.h" #include "string.c" #include "task_finder_vma.c" -#include #include /* Callback that needs to be registered (in -- cgit