projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f90b61
)
No need to include log.h in util.h
author
Robert Swiecki
<swiecki@google.com>
Wed, 20 Jan 2016 17:05:42 +0000
(18:05 +0100)
committer
Robert Swiecki
<swiecki@google.com>
Wed, 20 Jan 2016 17:05:42 +0000
(18:05 +0100)
util.h
patch
|
blob
|
history
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 */