mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:13:36 +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
|
@ -137,7 +137,7 @@
|
|||
* Added commands help display to help command (ex. : "help cmd")
|
||||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
#include "precomp.h"
|
||||
|
||||
#ifdef INCLUDE_CMD_CHDIR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue