X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Femul.cpp;h=e26c680e7a0ecfb05f58c13094b86b09db40a2c7;hb=e6339d49f97766bd1825d6f07ec44ec864d5ebfe;hp=29ab59db00bb5769ae5e13654ebd127ce43bba7d;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/emul/emul.cpp b/bertos/emul/emul.cpp index 29ab59db..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 Bernardo Innocenti - * + * Copyright 2000, 2001, 2008 Bernie Innocenti * --> * - * \version $Id$ - * - * \author Bernardo Innocenti - * * \brief Qt-based emulator framework for embedded applications (implementation) + * + * \version $Id$ + * \author Bernie Innocenti */ #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;