No need to include log.h in util.h
authorRobert Swiecki <swiecki@google.com>
Wed, 20 Jan 2016 17:05:42 +0000 (18:05 +0100)
committerRobert Swiecki <swiecki@google.com>
Wed, 20 Jan 2016 17:05:42 +0000 (18:05 +0100)
util.h

diff --git a/util.h b/util.h
index 7adf4e568ccfd8d7fcb8c511e78fb16eb281bc65..a38fcb79dc2760eacd0388d803ecc806651762f5 100644 (file)
--- a/util.h
+++ b/util.h
@@ -23,8 +23,6 @@
 
 #include <stdlib.h>
 
-#include "log.h"
-
 void *util_malloc(size_t sz);
 
 #endif                         /* _UTIL_H */