From 9d9c659dd17cb7d7ae8373cf382a8ad7e685483c Mon Sep 17 00:00:00 2001 From: mdkinney Date: Wed, 20 May 2009 23:13:01 +0000 Subject: [PATCH] Remove redundant #include statements git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8358 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Library/NetLib.h | 6 ------ MdeModulePkg/Include/Library/UdpIoLib.h | 1 - 2 files changed, 7 deletions(-) diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h index aa84fb9f11..b057cbd2ce 100644 --- a/MdeModulePkg/Include/Library/NetLib.h +++ b/MdeModulePkg/Include/Library/NetLib.h @@ -16,12 +16,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _NET_LIB_H_ #define _NET_LIB_H_ -#include -#include -#include -#include -#include -#include #include typedef UINT32 IP4_ADDR; diff --git a/MdeModulePkg/Include/Library/UdpIoLib.h b/MdeModulePkg/Include/Library/UdpIoLib.h index 820b8f2b1b..8d6b11940c 100644 --- a/MdeModulePkg/Include/Library/UdpIoLib.h +++ b/MdeModulePkg/Include/Library/UdpIoLib.h @@ -18,7 +18,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include -#include #include typedef struct _UDP_IO_PORT UDP_IO_PORT; -- 2.39.2