summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Library/UdpIoLib.h
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-14 15:34:00 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-14 15:34:00 +0000
commit190344219aabd6ea3c0cd095dcb1c5120eaa576d (patch)
treef4f78108923c36088d63d3fe6ecf85f34d2650e0 /MdeModulePkg/Include/Library/UdpIoLib.h
parent0b94e31981fde83116598dc7a2c8a346d46fd3cf (diff)
downloadedk2-platforms-190344219aabd6ea3c0cd095dcb1c5120eaa576d.tar.xz
Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h in header file. The module should include these files before include the Protocol/Ppi/Guid/Library header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6111 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Library/UdpIoLib.h')
-rw-r--r--MdeModulePkg/Include/Library/UdpIoLib.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/MdeModulePkg/Include/Library/UdpIoLib.h b/MdeModulePkg/Include/Library/UdpIoLib.h
index ef64e943dc..2111172807 100644
--- a/MdeModulePkg/Include/Library/UdpIoLib.h
+++ b/MdeModulePkg/Include/Library/UdpIoLib.h
@@ -16,8 +16,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _UDP4IO_H_
#define _UDP4IO_H_
-#include <PiDxe.h>
-
#include <Protocol/Udp4.h>
#include <Library/UdpIoLib.h>
@@ -204,14 +202,14 @@ UdpIoSendDatagram (
IN VOID *Context
);
-/**
- Cancel a single sent datagram.
-
- @param UdpIo The UDP IO port to cancel the packet from
- @param Packet The packet to cancel
-
- @return None
-
+/**
+ Cancel a single sent datagram.
+
+ @param UdpIo The UDP IO port to cancel the packet from
+ @param Packet The packet to cancel
+
+ @return None
+
**/
VOID
EFIAPI