Skip to content

Commit f7731bf

Browse files
committed
remove unused include again
1 parent 277ce3b commit f7731bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

php_memcached_server.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323

2424
#include <assert.h>
2525

26-
#if HAVE_ARPA_INET_H
27-
# include <arpa/inet.h>
28-
#endif
29-
3026
#define MEMC_GET_CB(cb_type) (MEMC_SERVER_G(callbacks)[cb_type])
3127
#define MEMC_HAS_CB(cb_type) (MEMC_GET_CB(cb_type).fci.size > 0)
3228

0 commit comments

Comments
 (0)