[CRT]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 16 Jul 2010 15:08:03 +0000 (15:08 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 16 Jul 2010 15:08:03 +0000 (15:08 +0000)
Move #include <precomp.h> 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

index fff5ac1..cfef258 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
+#include <precomp.h>
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <signal.h>
-#include <precomp.h>
 
 
 /*