mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-21 03:01:36 +00:00
- Cleanup header duplicates in g_pch.h
.
This commit is contained in:
parent
9071949a46
commit
156b796e0b
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
#include <string.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
|
@ -21,7 +20,6 @@
|
|||
#include <vector>
|
||||
#include <utility>
|
||||
#include <functional>
|
||||
#include <algorithm>
|
||||
|
||||
// These two headers get included nearly everywhere so it doesn't matter if changing them forces a few more recompiles.
|
||||
// The overall savings from PCHing them are more significant.
|
||||
|
|
Loading…
Reference in a new issue