projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55d5d5c
)
socket: remove unneeded logging.h include
author
Marko Kreen
<markokr@gmail.com>
Mon, 12 Apr 2010 09:10:38 +0000
(12:10 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 12 Apr 2010 09:10:38 +0000
(12:10 +0300)
usual/socket.c
patch
|
blob
|
blame
|
history
diff --git
a/usual/socket.c
b/usual/socket.c
index e2a2cf746a69c352dfc3955859806aea0cdc2630..15f8f17987f33ec95c274293bdb37fd9fbe5338e 100644
(file)
--- a/
usual/socket.c
+++ b/
usual/socket.c
@@
-31,8
+31,6
@@
#include <sys/ucred.h>
#endif
-#include <usual/logging.h>
-
/* toggle non-blocking flag */
bool socket_set_nonblocking(int fd, bool non_block)
{