From: bernie Date: Thu, 14 Aug 2008 04:20:47 +0000 (+0000) Subject: Remove another instance of obsolete header inclusion X-Git-Tag: 2.0.0~294 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d4e6689215738b0802c3fa9948392bc6d73bf557;hp=8cfe12e5b95974d75b98ec964fc7edaf37919f0e;p=bertos.git Remove another instance of obsolete header inclusion git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1640 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/emul/emul.cpp b/bertos/emul/emul.cpp index 4b0627f4..e26c680e 100644 --- a/bertos/emul/emul.cpp +++ b/bertos/emul/emul.cpp @@ -27,15 +27,13 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000, 2001 Bernie Innocenti - * + * Copyright 2000, 2001, 2008 Bernie Innocenti * --> * - * \version $Id$ + * \brief Qt-based emulator framework for embedded applications (implementation) * + * \version $Id$ * \author Bernie Innocenti - * - * \brief Qt-based emulator framework for embedded applications (implementation) */ #include "emul.h" @@ -45,18 +43,15 @@ #include - - -#include // std::exit() - #include +#include // std::exit() /// The global emulator instance. Emulator *emul; #if CONFIG_KERNEL - #include + #include /// List of process stacks List StackFreeList;