- removed compat.h entirely, all that was left was redundant #includes.

This commit is contained in:
Christoph Oelckers 2021-12-14 12:10:16 +01:00
parent 91cdd82c8a
commit 88b660a70d

View file

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