1
0
mirror of https://github.com/sheumann/hush.git synced 2025-01-08 18:30:27 +00:00

kill pointless memory.h includes

This commit is contained in:
Mike Frysinger 2006-04-16 21:15:42 +00:00
parent d017d73399
commit b66c931fad
2 changed files with 0 additions and 2 deletions
console-tools
networking

View File

@ -10,7 +10,6 @@
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <memory.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>

View File

@ -205,7 +205,6 @@
//#define CONFIG_FEATURE_TRACEROUTE_USE_ICMP
#include <errno.h>
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>