diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-20 22:06:20 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-20 22:06:20 +0000 |
commit | 1e966f6375d3b9fe77c6e4a6974f771f67182694 (patch) | |
tree | c668d1e26883b71aacf8165b03db407d0e9daf21 /MdePkg/Library/UefiDevicePathLibDevicePathProtocol | |
parent | be18ced7ff69f37d76c3c45da9a37f8fd0d252a4 (diff) | |
download | edk2-platforms-1e966f6375d3b9fe77c6e4a6974f771f67182694.tar.xz |
Remove redundant #include statements
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8357 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiDevicePathLibDevicePathProtocol')
-rw-r--r-- | MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c index 6ff6335fda..9f9a470991 100644 --- a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c +++ b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c @@ -17,7 +17,6 @@ #include <Uefi.h>
#include <Protocol/DevicePathUtilities.h>
-#include <Protocol/DevicePath.h>
#include <Library/DevicePathLib.h>
#include <Library/DebugLib.h>
|