ID 440 - remove obsolete headers from lib/ipmi_sunoem.c

Commit removes headers which have been obsoleted by POSIX.1-2001.
This commit is contained in:
Zdenek Styblik 2016-04-24 18:24:14 +02:00
parent 9f2072e6c3
commit 1636dbcf0c

View File

@ -35,9 +35,7 @@
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>