mirror of
https://github.com/sheumann/hush.git
synced 2025-01-09 09:31:07 +00:00
kill pointless memory.h includes
This commit is contained in:
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…
x
Reference in New Issue
Block a user