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 | |
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')
-rw-r--r-- | EdkUnixPkg/Dxe/PlatformBds/Bds.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSubclassDriver.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Dxe/UnixThunk/Chipset/Metronome/Metronome.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Dxe/UnixThunk/Chipset/RealTimeClock/RealTimeClock.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Dxe/UnixThunk/Chipset/Reset/Reset.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.dxs | 1 | ||||
-rw-r--r-- | EdkUnixPkg/Dxe/UnixThunk/Cpu/Cpu.dxs | 2 | ||||
-rw-r--r-- | EdkUnixPkg/Dxe/UnixThunk/UnixThunk/UnixThunk.dxs | 1 | ||||
-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 | ||||
-rw-r--r-- | EdkUnixPkg/RuntimeDxe/FvbServices/UnixFwh.dxs | 1 |
14 files changed, 0 insertions, 15 deletions
diff --git a/EdkUnixPkg/Dxe/PlatformBds/Bds.dxs b/EdkUnixPkg/Dxe/PlatformBds/Bds.dxs index ee8bb9a236..4cc3efdfab 100644 --- a/EdkUnixPkg/Dxe/PlatformBds/Bds.dxs +++ b/EdkUnixPkg/Dxe/PlatformBds/Bds.dxs @@ -19,7 +19,6 @@ Abstract: must dipatch early.
--*/
-#include <AutoGen.h>
#include <DxeDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSubclassDriver.dxs b/EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSubclassDriver.dxs index 8698317e55..8ac3bf92a7 100644 --- a/EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSubclassDriver.dxs +++ b/EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSubclassDriver.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <DxeDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Metronome/Metronome.dxs b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Metronome/Metronome.dxs index d11f48a5c9..406b52cdd8 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Metronome/Metronome.dxs +++ b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Metronome/Metronome.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <DxeDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Dxe/UnixThunk/Chipset/RealTimeClock/RealTimeClock.dxs b/EdkUnixPkg/Dxe/UnixThunk/Chipset/RealTimeClock/RealTimeClock.dxs index 01f441c562..c3c61d36e2 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/Chipset/RealTimeClock/RealTimeClock.dxs +++ b/EdkUnixPkg/Dxe/UnixThunk/Chipset/RealTimeClock/RealTimeClock.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <DxeDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Reset/Reset.dxs b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Reset/Reset.dxs index 5dfb191aef..ffafd53cd2 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Reset/Reset.dxs +++ b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Reset/Reset.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <DxeDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.dxs b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.dxs index 6e6638331b..cdef2dea6c 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.dxs +++ b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.dxs @@ -20,7 +20,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <DxeDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Dxe/UnixThunk/Cpu/Cpu.dxs b/EdkUnixPkg/Dxe/UnixThunk/Cpu/Cpu.dxs index 4f87af4ca9..73d23fd157 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/Cpu/Cpu.dxs +++ b/EdkUnixPkg/Dxe/UnixThunk/Cpu/Cpu.dxs @@ -18,8 +18,6 @@ Abstract: Dependency expression source file.
--*/
-
-#include <AutoGen.h>
#include <DxeDepex.h>
DEPENDENCY_START
diff --git a/EdkUnixPkg/Dxe/UnixThunk/UnixThunk/UnixThunk.dxs b/EdkUnixPkg/Dxe/UnixThunk/UnixThunk/UnixThunk.dxs index f0dca99db4..3c59e4925e 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/UnixThunk/UnixThunk.dxs +++ b/EdkUnixPkg/Dxe/UnixThunk/UnixThunk/UnixThunk.dxs @@ -19,7 +19,6 @@ Abstract: --*/
-#include <AutoGen.h>
#include <DxeDepex.h>
DEPENDENCY_START
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
diff --git a/EdkUnixPkg/RuntimeDxe/FvbServices/UnixFwh.dxs b/EdkUnixPkg/RuntimeDxe/FvbServices/UnixFwh.dxs index ff28235929..d008be5984 100644 --- a/EdkUnixPkg/RuntimeDxe/FvbServices/UnixFwh.dxs +++ b/EdkUnixPkg/RuntimeDxe/FvbServices/UnixFwh.dxs @@ -18,7 +18,6 @@ Abstract: Dependency expression source file.
--*/
-#include <AutoGen.h>
#include <DxeDepex.h>
|