mirror of https://github.com/mirror/busybox.git
kill pointless memory.h includes
parent
d017d73399
commit
b66c931fad
|
@ -10,7 +10,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <memory.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -205,7 +205,6 @@
|
||||||
//#define CONFIG_FEATURE_TRACEROUTE_USE_ICMP
|
//#define CONFIG_FEATURE_TRACEROUTE_USE_ICMP
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <memory.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in New Issue