No need to include log.h in util.h

This commit is contained in:
Robert Swiecki 2016-01-20 18:05:42 +01:00
parent 4f90b612d0
commit 0ac43cddf0

2
util.h
View File

@ -23,8 +23,6 @@
#include <stdlib.h>
#include "log.h"
void *util_malloc(size_t sz);
#endif /* _UTIL_H */