Removed stdlib.h and string.h as includes

This commit is contained in:
_ 2018-04-06 01:31:21 -07:00
parent 0dabc2568e
commit f257d1be4b

View File

@ -1,7 +1,5 @@
#include "devil1tex.h" #include "devil1tex.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h> #include <stdbool.h>
void printtph (struct TexturePack *tp) { void printtph (struct TexturePack *tp) {