lib: Trim blocking.c
authorVolker Lendecke <vl@samba.org>
Wed, 1 Jul 2015 09:44:09 +0000 (11:44 +0200)
committerMartin Schwenke <martins@samba.org>
Wed, 1 Jul 2015 15:12:48 +0000 (17:12 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Wed Jul  1 17:12:48 CEST 2015 on sn-devel-104

lib/util/blocking.c

index 358eda092a69c085c49abef68327c5f2468301df..0d845c0b2c4e5fae8aa0271946035c953b393d92 100644 (file)
 */
 
 #include "replace.h"
-#include "system/network.h"
 #include "system/filesys.h"
-#include "system/locale.h"
 #include "blocking.h"
-#undef malloc
-#undef strcasecmp
-#undef strncasecmp
-#undef strdup
-#undef realloc
 
 /**
  Set a fd into blocking/nonblocking mode. Uses POSIX O_NONBLOCK if available,