diff options
Diffstat (limited to 'Tools/Source/TianoTools/Common/EfiDecompress.h')
-rw-r--r-- | Tools/Source/TianoTools/Common/EfiDecompress.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/Source/TianoTools/Common/EfiDecompress.h b/Tools/Source/TianoTools/Common/EfiDecompress.h index c5004a74a9..3f82ac6872 100644 --- a/Tools/Source/TianoTools/Common/EfiDecompress.h +++ b/Tools/Source/TianoTools/Common/EfiDecompress.h @@ -18,11 +18,12 @@ Abstract: Header file for compression routine
--*/
-#include <Base.h>
-#include <UefiBaseTypes.h>
#ifndef _EFI_DECOMPRESS_H
#define _EFI_DECOMPRESS_H
+
+#include <Common/UefiBaseTypes.h>
+
EFI_STATUS
GetInfo (
IN VOID *Source,
|