- removed all #include "compat.h" except the one in build.h

Still all compiles fine.
This commit is contained in:
Christoph Oelckers 2021-12-14 11:57:24 +01:00
parent 6db1ba47c2
commit 91cdd82c8a

View file

@ -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"
*/