diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-23 18:03:58 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-23 18:03:58 +0000 |
commit | 51d48c2666aac102c522f38609d6017f6fcdd6b1 (patch) | |
tree | 2e6225af02b259d86285ce100a5d65b1dfce41e0 /Tools/Source/TianoTools/GenFdImage | |
parent | 89aa8406d92af44cd2956efb12f869ce2217afe2 (diff) | |
download | edk2-platforms-51d48c2666aac102c522f38609d6017f6fcdd6b1.tar.xz |
Porting several more tools to edk2.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@246 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/GenFdImage')
-rw-r--r-- | Tools/Source/TianoTools/GenFdImage/GenFdImage.h | 5 | ||||
-rw-r--r-- | Tools/Source/TianoTools/GenFdImage/GenFdImageDll.c | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Tools/Source/TianoTools/GenFdImage/GenFdImage.h b/Tools/Source/TianoTools/GenFdImage/GenFdImage.h index 68cfa8c5ff..d9c2686167 100644 --- a/Tools/Source/TianoTools/GenFdImage/GenFdImage.h +++ b/Tools/Source/TianoTools/GenFdImage/GenFdImage.h @@ -33,11 +33,10 @@ Abstract: #include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <io.h>
+// #include <io.h>
#include <assert.h>
-#include "TianoCommon.h"
#include "ParseInf.h"
-#include "GenFvImage.h"
+// #include "GenFvImage.h"
//
// Defines
diff --git a/Tools/Source/TianoTools/GenFdImage/GenFdImageDll.c b/Tools/Source/TianoTools/GenFdImage/GenFdImageDll.c index c7d9b8b9f1..ff78aee18d 100644 --- a/Tools/Source/TianoTools/GenFdImage/GenFdImageDll.c +++ b/Tools/Source/TianoTools/GenFdImage/GenFdImageDll.c @@ -26,11 +26,12 @@ Intel Corporation. #include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <io.h>
+// #include <io.h>
#include <assert.h>
-#include "TianoCommon.h"
+#include "UefiBaseTypes.h"
+#include "Base.h"
#include "GenFdImage.h"
-#include "GenFvImage.h"
+// #include "GenFvImage.h"
#include "ParseInf.h"
//
|