mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-23 20:42:45 +00:00
- removed compat.h entirely, all that was left was redundant #includes.
This commit is contained in:
parent
91cdd82c8a
commit
88b660a70d
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
/*
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -27,4 +26,3 @@
|
||||||
// The overall savings from PCHing them are more significant.
|
// The overall savings from PCHing them are more significant.
|
||||||
#include "tarray.h"
|
#include "tarray.h"
|
||||||
#include "zstring.h"
|
#include "zstring.h"
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in a new issue