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/UefiDevicePathLib | |
parent | be18ced7ff69f37d76c3c45da9a37f8fd0d252a4 (diff) | |
download | edk2-1e966f6375d3b9fe77c6e4a6974f771f67182694.tar.gz edk2-1e966f6375d3b9fe77c6e4a6974f771f67182694.tar.bz2 edk2-1e966f6375d3b9fe77c6e4a6974f771f67182694.zip |
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/UefiDevicePathLib')
-rw-r--r-- | MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c index 46c5c058f3..5aad01f993 100644 --- a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c +++ b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c @@ -22,8 +22,6 @@ #include <Uefi.h>
-#include <Protocol/DevicePath.h>
-
#include <Library/DevicePathLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
|