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/Dxe/UnixPlatform | |
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/Dxe/UnixPlatform')
-rw-r--r-- | EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSubclassDriver.dxs | 1 |
1 files changed, 0 insertions, 1 deletions
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
|