Remove unused include

This commit is contained in:
lostd 2015-01-27 13:45:25 +02:00
parent 68be0868c6
commit cacd576240

2
util.h
View file

@ -1,5 +1,3 @@
#include <stdarg.h>
#undef strlcat #undef strlcat
size_t strlcat(char *, const char *, size_t); size_t strlcat(char *, const char *, size_t);
#undef strlcpy #undef strlcpy