Fix issue where hash might not be quite initialized. Also remove redundant bit to...
[awesomized/libmemcached] / libmemcached / protocol / pedantic.c
index 5d750c0a8792c3888095057875025fcc0c338410..ac16099ea10a4755425d40c5f49d303a0284276b 100644 (file)
@@ -2,7 +2,6 @@
 #include "libmemcached/protocol/common.h"
 
 #include <sys/types.h>
-#include <netinet/in.h>
 #include <inttypes.h>
 
 #define ensure(a) if (!(a)) { return false; }