mirror of https://github.com/acidanthera/audk.git
Remove redundant #include statements
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8357 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
be18ced7ff
commit
1e966f6375
|
@ -16,8 +16,6 @@
|
|||
#ifndef __DEVICE_PATH_FROM_TEXT_PROTOCOL_H__
|
||||
#define __DEVICE_PATH_FROM_TEXT_PROTOCOL_H__
|
||||
|
||||
#include <Protocol/DevicePath.h>
|
||||
|
||||
///
|
||||
/// Device Path From Text protocol
|
||||
///
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
#ifndef __DEVICE_PATH_TO_TEXT_PROTOCOL_H__
|
||||
#define __DEVICE_PATH_TO_TEXT_PROTOCOL_H__
|
||||
|
||||
#include <Protocol/DevicePath.h>
|
||||
|
||||
///
|
||||
/// Device Path To Text protocol
|
||||
///
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
#ifndef __DEVICE_PATH_UTILITIES_PROTOCOL_H__
|
||||
#define __DEVICE_PATH_UTILITIES_PROTOCOL_H__
|
||||
|
||||
|
||||
#include <Protocol/DevicePath.h>
|
||||
|
||||
///
|
||||
/// Device Path Utilities protocol
|
||||
///
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#ifndef __EFI_DRIVER_BINDING_H__
|
||||
#define __EFI_DRIVER_BINDING_H__
|
||||
|
||||
#include <Protocol/DevicePath.h>
|
||||
///
|
||||
/// Global ID for the ControllerHandle Driver Protocol
|
||||
///
|
||||
|
|
|
@ -15,12 +15,10 @@
|
|||
#ifndef __HII_STRING_H__
|
||||
#define __HII_STRING_H__
|
||||
|
||||
#define EFI_HII_STRING_PROTOCOL_GUID \
|
||||
{ 0xfd96974, 0x23aa, 0x4cdc, { 0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a } }
|
||||
|
||||
#include <Protocol/HiiDatabase.h>
|
||||
#include <Protocol/HiiFont.h>
|
||||
|
||||
#define EFI_HII_STRING_PROTOCOL_GUID \
|
||||
{ 0xfd96974, 0x23aa, 0x4cdc, { 0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a } }
|
||||
|
||||
typedef struct _EFI_HII_STRING_PROTOCOL EFI_HII_STRING_PROTOCOL;
|
||||
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
#ifndef __LOADED_IMAGE_PROTOCOL_H__
|
||||
#define __LOADED_IMAGE_PROTOCOL_H__
|
||||
|
||||
#include <Protocol/DevicePath.h>
|
||||
|
||||
#define EFI_LOADED_IMAGE_PROTOCOL_GUID \
|
||||
{ \
|
||||
0x5B1B31A1, 0x9562, 0x11d2, {0x8E, 0x3F, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B } \
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#ifndef _USB2_HOSTCONTROLLER_H_
|
||||
#define _USB2_HOSTCONTROLLER_H_
|
||||
|
||||
#include <IndustryStandard/Usb.h>
|
||||
#include <Protocol/UsbIo.h>
|
||||
|
||||
#define EFI_USB2_HC_PROTOCOL_GUID \
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
|
||||
#include <Uefi.h>
|
||||
|
||||
#include <Protocol/DevicePath.h>
|
||||
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <Uefi.h>
|
||||
|
||||
#include <Protocol/DevicePathUtilities.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
|
Loading…
Reference in New Issue