From 2faf924bade2fde558cbd4a981b90436d3aea9ae Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 16 Jul 2010 15:08:03 +0000 Subject: [PATCH] [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 --- reactos/lib/sdk/crt/misc/assert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /*