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/Include/Protocol/DevicePathToText.h | |
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/Include/Protocol/DevicePathToText.h')
-rw-r--r-- | MdePkg/Include/Protocol/DevicePathToText.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/DevicePathToText.h b/MdePkg/Include/Protocol/DevicePathToText.h index 4767e08c93..bbc348398a 100644 --- a/MdePkg/Include/Protocol/DevicePathToText.h +++ b/MdePkg/Include/Protocol/DevicePathToText.h @@ -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
///
|