mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 03:01:24 +00:00
[CRT]
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
This commit is contained in:
parent
f01fb95ae9
commit
2faf924bad
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue