projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f01fb95
)
[CRT]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Fri, 16 Jul 2010 15:08:03 +0000
(15:08 +0000)
committer
Timo 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
patch
|
blob
|
history
diff --git
a/reactos/lib/sdk/crt/misc/assert.c
b/reactos/lib/sdk/crt/misc/assert.c
index
fff5ac1
..
cfef258
100644
(file)
--- 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 <precomp.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
-#include <precomp.h>
/*