mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
- removed all #include "compat.h" except the one in build.h
Still all compiles fine.
This commit is contained in:
parent
6db1ba47c2
commit
91cdd82c8a
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
/*
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -26,3 +27,4 @@
|
|||
// The overall savings from PCHing them are more significant.
|
||||
#include "tarray.h"
|
||||
#include "zstring.h"
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue