]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove redundant #include statements
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 May 2009 22:06:20 +0000 (22:06 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 May 2009 22:06:20 +0000 (22:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8357 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/DevicePathFromText.h
MdePkg/Include/Protocol/DevicePathToText.h
MdePkg/Include/Protocol/DevicePathUtilities.h
MdePkg/Include/Protocol/DriverBinding.h
MdePkg/Include/Protocol/HiiString.h
MdePkg/Include/Protocol/LoadedImage.h
MdePkg/Include/Protocol/Usb2HostController.h
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c

index ffac71597802caf6c1c9048326573e6d72737530..d9a9aeae1ef5f8b5a965a04b7fed94550226935e 100644 (file)
@@ -16,8 +16,6 @@
 #ifndef __DEVICE_PATH_FROM_TEXT_PROTOCOL_H__\r
 #define __DEVICE_PATH_FROM_TEXT_PROTOCOL_H__\r
 \r
-#include <Protocol/DevicePath.h>\r
-\r
 ///\r
 /// Device Path From Text protocol\r
 ///\r
index 4767e08c930d86a8c8a7fbf9508a4c91d6d3ba9c..bbc348398a775683019404424850f21c1ff6eb1c 100644 (file)
@@ -16,8 +16,6 @@
 #ifndef __DEVICE_PATH_TO_TEXT_PROTOCOL_H__\r
 #define __DEVICE_PATH_TO_TEXT_PROTOCOL_H__\r
 \r
-#include <Protocol/DevicePath.h>\r
-\r
 ///\r
 /// Device Path To Text protocol\r
 ///\r
index ba430d3a1531f3a448a1755e1e005534268d1540..48e06aab0a5c1c0f373cb7ac8bb21a3d645254e8 100644 (file)
@@ -16,9 +16,6 @@
 #ifndef __DEVICE_PATH_UTILITIES_PROTOCOL_H__\r
 #define __DEVICE_PATH_UTILITIES_PROTOCOL_H__\r
 \r
-\r
-#include <Protocol/DevicePath.h>\r
-\r
 ///\r
 /// Device Path Utilities protocol\r
 ///\r
index 475988c90414c56ab428d8a40b9f790774d638e5..2b7eb31ea7acbb97e46feca123f6f807117062b6 100644 (file)
@@ -18,7 +18,6 @@
 #ifndef __EFI_DRIVER_BINDING_H__\r
 #define __EFI_DRIVER_BINDING_H__\r
 \r
-#include <Protocol/DevicePath.h>\r
 ///\r
 /// Global ID for the ControllerHandle Driver Protocol\r
 ///\r
index 406c6fa22d02c8c87fc70bcd30ca611550d93f4d..d0b7e0d2218bd368658c0e66369d9bb781963a55 100644 (file)
 #ifndef __HII_STRING_H__\r
 #define __HII_STRING_H__\r
 \r
-#define EFI_HII_STRING_PROTOCOL_GUID \\r
-  { 0xfd96974, 0x23aa, 0x4cdc, { 0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a } }\r
-\r
-#include <Protocol/HiiDatabase.h>\r
 #include <Protocol/HiiFont.h>\r
 \r
+#define EFI_HII_STRING_PROTOCOL_GUID \\r
+  { 0xfd96974, 0x23aa, 0x4cdc, { 0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a } }\r
 \r
 typedef struct _EFI_HII_STRING_PROTOCOL EFI_HII_STRING_PROTOCOL;\r
 \r
index 9a2a94ab0bb4e471e1eb7f58590a9155d3749687..f95c045ca6af5e6d9c900a0a66cd64b18d7aadb0 100644 (file)
@@ -18,8 +18,6 @@
 #ifndef __LOADED_IMAGE_PROTOCOL_H__\r
 #define __LOADED_IMAGE_PROTOCOL_H__\r
 \r
-#include <Protocol/DevicePath.h>\r
-\r
 #define EFI_LOADED_IMAGE_PROTOCOL_GUID \\r
   { \\r
     0x5B1B31A1, 0x9562, 0x11d2, {0x8E, 0x3F, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B } \\r
index bb550a381d103aad046a3e139bb72a4640946dd1..9137370dd1a33406f33b60ff0d24a27fa9aba5a5 100644 (file)
@@ -18,7 +18,6 @@
 #ifndef _USB2_HOSTCONTROLLER_H_\r
 #define _USB2_HOSTCONTROLLER_H_\r
 \r
-#include <IndustryStandard/Usb.h>\r
 #include <Protocol/UsbIo.h>\r
 \r
 #define EFI_USB2_HC_PROTOCOL_GUID \\r
index 46c5c058f31e3e7edfca1652064b7a92acedb9fb..5aad01f993d3f54f54715797cf137fde338a4b0c 100644 (file)
@@ -22,8 +22,6 @@
 \r
 #include <Uefi.h>\r
 \r
-#include <Protocol/DevicePath.h>\r
-\r
 #include <Library/DevicePathLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/DebugLib.h>\r
index 6ff6335fda840cfd6023938ffd6c352b7687a6ef..9f9a4709919783f33435bf0f9c114681b1eeb685 100644 (file)
@@ -17,7 +17,6 @@
 #include <Uefi.h>\r
 \r
 #include <Protocol/DevicePathUtilities.h>\r
-#include <Protocol/DevicePath.h>\r
 \r
 #include <Library/DevicePathLib.h>\r
 #include <Library/DebugLib.h>\r