mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:13:08 +00:00
* Slap *some* sense into our header inclusions.
* This significantly shrinks the dependency tracking data and the compiled objects size, which speeds up the whole build process (especially the incremental builds) accelerating the daily development as a result. * No intended code changes, ~27% smaller build. Enjoy ;) svn path=/trunk/; revision=58214
This commit is contained in:
parent
7d4974af75
commit
2bd930547c
2243 changed files with 12671 additions and 9977 deletions
|
@ -6,7 +6,7 @@
|
|||
* PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org)
|
||||
*/
|
||||
|
||||
#include "usetup.h"
|
||||
#include <usetup.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue