From 77e90a19b6ff65009eb815f352809d629f93b48d Mon Sep 17 00:00:00 2001 From: weissms Date: Sat, 10 Sep 2011 08:36:56 +0000 Subject: [PATCH] Build fix. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@41237 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/i386-pc/exec/preparecontext.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/i386-pc/exec/preparecontext.c b/arch/i386-pc/exec/preparecontext.c index 67111e9308..fb5cc4031f 100644 --- a/arch/i386-pc/exec/preparecontext.c +++ b/arch/i386-pc/exec/preparecontext.c @@ -1,8 +1,8 @@ /* - Copyright © 1995-2001, The AROS Development Team. All rights reserved. + Copyright © 1995-2011, The AROS Development Team. All rights reserved. $Id$ - Desc: i386unix version of PrepareContext(). + Desc: i386 native version of PrepareContext(). Lang: english */ @@ -10,7 +10,6 @@ #include #include #include -#include #include "etask.h" #include "exec_util.h" -- 2.11.4.GIT