diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-04-18 03:58:23 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-04-18 03:58:23 +0000 |
commit | 7689c0808e654d53f28c7993cb97a5dd9ecc9627 (patch) | |
tree | 5dafc324151d0c285ae959edcebcc1f13815a2ab /EdkUnixPkg/Pei | |
parent | caecffd105b6cbd5e5f6f09c3200df205e0a0a12 (diff) | |
download | edk2-platforms-7689c0808e654d53f28c7993cb97a5dd9ecc9627.tar.xz |
Remove autogen.h from all dxs files, because autogen.h file has been included by global compiler option.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2574 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkUnixPkg/Pei')
-rw-r--r-- | EdkUnixPkg/Pei/AutoScan/UnixAutoScan.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Pei/BootMode/BootMode.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Pei/FirmwareVolume/UnixFwh.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Pei/FlashMap/FlashMap.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Pei/UnixStuff/UnixStuff.dxs | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/EdkUnixPkg/Pei/AutoScan/UnixAutoScan.dxs b/EdkUnixPkg/Pei/AutoScan/UnixAutoScan.dxs index 8ad908860b..1a4f2aa905 100644 --- a/EdkUnixPkg/Pei/AutoScan/UnixAutoScan.dxs +++ b/EdkUnixPkg/Pei/AutoScan/UnixAutoScan.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <PeimDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Pei/BootMode/BootMode.dxs b/EdkUnixPkg/Pei/BootMode/BootMode.dxs index fd91a09892..7c3b9d9987 100644 --- a/EdkUnixPkg/Pei/BootMode/BootMode.dxs +++ b/EdkUnixPkg/Pei/BootMode/BootMode.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <PeimDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Pei/FirmwareVolume/UnixFwh.dxs b/EdkUnixPkg/Pei/FirmwareVolume/UnixFwh.dxs index 3302a5de8e..9441c85c36 100644 --- a/EdkUnixPkg/Pei/FirmwareVolume/UnixFwh.dxs +++ b/EdkUnixPkg/Pei/FirmwareVolume/UnixFwh.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <PeimDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Pei/FlashMap/FlashMap.dxs b/EdkUnixPkg/Pei/FlashMap/FlashMap.dxs index f75e7aa31e..91f2a4e9b1 100644 --- a/EdkUnixPkg/Pei/FlashMap/FlashMap.dxs +++ b/EdkUnixPkg/Pei/FlashMap/FlashMap.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <PeimDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Pei/UnixStuff/UnixStuff.dxs b/EdkUnixPkg/Pei/UnixStuff/UnixStuff.dxs index b2e8d04708..4012e3ccda 100644 --- a/EdkUnixPkg/Pei/UnixStuff/UnixStuff.dxs +++ b/EdkUnixPkg/Pei/UnixStuff/UnixStuff.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <PeimDepex.h>
DEPENDENCY_START
|