diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 23:22:13 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 23:22:13 +0000 |
commit | f734a10ab104f1072f94cab66a5489e0fd8fce8a (patch) | |
tree | b2e02ec5bc4bdf9a21166d50f57365e602c07310 /MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c | |
parent | bd0aee7629debf78fffc656f62bd01af3acc0464 (diff) | |
download | edk2-platforms-f734a10ab104f1072f94cab66a5489e0fd8fce8a.tar.xz |
Removed CommonHeader.h generated file from the MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2922 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c')
-rw-r--r-- | MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c b/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c index 35854c6ccd..4f95b4ef15 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c +++ b/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c @@ -25,7 +25,7 @@ //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include "BaseIoLibIntrinsicInternal.h"
//
// Microsoft Visual Studio 7.1 Function Prototypes for I/O Intrinsics
|