diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 07:00:49 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 07:00:49 +0000 |
commit | 5f44f5b9bb21baefa954c0c36b5e86957ee68b86 (patch) | |
tree | 405cf857a4a6d1357de4cdb8823df889d07e8564 /Nt32Pkg/WinNtGopDxe | |
parent | c9fc89a313e0955d3eb8baf3bbfd8bb7d450ad7c (diff) | |
download | edk2-5f44f5b9bb21baefa954c0c36b5e86957ee68b86.tar.gz edk2-5f44f5b9bb21baefa954c0c36b5e86957ee68b86.tar.bz2 edk2-5f44f5b9bb21baefa954c0c36b5e86957ee68b86.zip |
Add WinNtSerialIoDxe driver into Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2785 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtGopDxe')
-rw-r--r-- | Nt32Pkg/WinNtGopDxe/WinNtGop.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGop.h b/Nt32Pkg/WinNtGopDxe/WinNtGop.h index cc7283ebf6..74cfe41e15 100644 --- a/Nt32Pkg/WinNtGopDxe/WinNtGop.h +++ b/Nt32Pkg/WinNtGopDxe/WinNtGop.h @@ -23,11 +23,6 @@ Abstract: #ifndef _WIN_NT_GOP_H_
#define _WIN_NT_GOP_H_
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
//@MT:#include "EfiWinNT.h"
//@MT:#include "Tiano.h"
//@MT:#include "EfiDriverLib.h"
|