X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Femul.cpp;h=e26c680e7a0ecfb05f58c13094b86b09db40a2c7;hb=368b5a0d273a9dc64e06d28e073b2577ba4c06fe;hp=4b0627f4798531fcbc837f04743a0e2dd79456a9;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git 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;