- Cleanup header duplicates in g_pch.h.

This commit is contained in:
Mitch Richters 2021-10-30 14:48:36 +11:00 committed by Christoph Oelckers
parent 9071949a46
commit 156b796e0b

View file

@ -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.