Cleanup: remove stdio.h header from MEM_guardedalloc.h

This was included for `FILE *` which isn't used in the header.

Ref D10799
This commit is contained in:
2021-03-24 16:43:17 +11:00
parent 3f47df577d
commit 865025c343
23 changed files with 26 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
*/
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>