From: Timo Kreuzer Date: Fri, 16 Jul 2010 15:08:03 +0000 (+0000) Subject: [CRT] X-Git-Tag: backups/Ash_Shell@48412~1^2~216 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2faf924bade2fde558cbd4a981b90436d3aea9ae [CRT] Move #include to the top, as precompiled headers must be the first thing that is included or it won't take advantage of being precompiled svn path=/trunk/; revision=48082 --- diff --git a/reactos/lib/sdk/crt/misc/assert.c b/reactos/lib/sdk/crt/misc/assert.c index fff5ac17fb5..cfef25812c3 100644 --- a/reactos/lib/sdk/crt/misc/assert.c +++ b/reactos/lib/sdk/crt/misc/assert.c @@ -1,9 +1,9 @@ /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ +#include #include #include #include #include -#include /*