Removing useless minix/types.h header

Change-Id: If5f922279b87f075f301b64c7786caa18b434c2a
This commit is contained in:
2012-11-30 19:44:40 +01:00
parent 95d6c86c51
commit 456a46e6bf
34 changed files with 102 additions and 62 deletions

View File

@@ -6,7 +6,7 @@ server/ip/gen/in.h
#define __SERVER__IP__GEN__IN_H__
#include <net/gen/in.h>
#include <minix/types.h>
#include <sys/types.h>
#define IP_MIN_HDR_SIZE 20
#define IP_MAX_HDR_SIZE 60 /* 15 * 4 */