]> 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 5045e8dcb093a571a96686548f40381a3678eb7e..b057cbd2cee4b4f74b9e05548d17bb146cc9b085 100644 (file)
@@ -16,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
@@ -233,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