1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-04-19 11:54:54 +00:00

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
size_t strlcat(char *, const char *, size_t);
#undef strlcpy