]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/NetLib.h
Remove redundant #include statements
[mirror_edk2.git] / MdeModulePkg / Include / Library / NetLib.h
index 7a33546870377e14d63f0d64d0d2e4e880337fbc..b057cbd2cee4b4f74b9e05548d17bb146cc9b085 100644 (file)
@@ -1,5 +1,6 @@
 /** @file\r
-  This library provides basic function for UEFI network stack.\r
+  Ihis library is only intended to be used by UEFI network stack modules.\r
+  It provides basic function for UEFI network stack.\r
 \r
 Copyright (c) 2005 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -15,12 +16,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef _NET_LIB_H_\r
 #define _NET_LIB_H_\r
 \r
-#include <Library/BaseMemoryLib.h>\r
-#include <Library/MemoryAllocationLib.h>\r
-#include <Protocol/DriverBinding.h>\r
-#include <Protocol/ComponentName.h>\r
-#include <Protocol/DriverConfiguration.h>\r
-#include <Protocol/DriverDiagnostics.h>\r
 #include <Protocol/Dpc.h>\r
 \r
 typedef UINT32          IP4_ADDR;\r
@@ -232,7 +227,7 @@ Ip4IsUnicast (
   IN IP4_ADDR               NetMask\r
   );\r
 \r
-extern IP4_ADDR gIp4AllMasks [IP4_MASK_NUM];\r
+extern IP4_ADDR gIp4AllMasks[IP4_MASK_NUM];\r
 \r
 \r
 extern EFI_IPv4_ADDRESS  mZeroIp4Addr;\r