diff options
Diffstat (limited to 'Tools/CCode/Source')
-rw-r--r-- | Tools/CCode/Source/GenCRC32Section/GenCRC32Section.h | 2 | ||||
-rw-r--r-- | Tools/CCode/Source/GenFvImage/GenFvImageLib.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CCode/Source/GenCRC32Section/GenCRC32Section.h b/Tools/CCode/Source/GenCRC32Section/GenCRC32Section.h index 1cf976b065..0875b82ad4 100644 --- a/Tools/CCode/Source/GenCRC32Section/GenCRC32Section.h +++ b/Tools/CCode/Source/GenCRC32Section/GenCRC32Section.h @@ -41,7 +41,7 @@ Abstract: /* Tool Headers */
#include "CommonLib.h"
#include "Crc32.h"
-#include "EfiCompress.h"
+#include "Compress.h"
#include "EfiUtilityMsgs.h"
#include "ParseInf.h"
diff --git a/Tools/CCode/Source/GenFvImage/GenFvImageLib.c b/Tools/CCode/Source/GenFvImage/GenFvImageLib.c index 06500ef373..dfed0aefa2 100644 --- a/Tools/CCode/Source/GenFvImage/GenFvImageLib.c +++ b/Tools/CCode/Source/GenFvImage/GenFvImageLib.c @@ -45,7 +45,7 @@ Abstract: #include "Crc32.h"
#include "EfiUtilityMsgs.h"
#include "FvLib.h"
-#include "EfiCompress.h"
+#include "Compress.h"
#include "WinNtInclude.h"
//
|