diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 08:40:03 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 08:40:03 +0000 |
commit | a97a7e79731b6cc5480269174443140c0f2261d0 (patch) | |
tree | 6b91ca4b26918e90a98825139d8e7fb645405cd0 /IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.c | |
parent | 58ca4e8bdb57538b383dd3be097197780c15cad9 (diff) | |
download | edk2-platforms-a97a7e79731b6cc5480269174443140c0f2261d0.tar.xz |
Cleanup to remover CommonHeader.h files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2906 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.c')
-rw-r--r-- | IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.c b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.c index 8c974584da..f6638c1607 100644 --- a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.c +++ b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.c @@ -12,11 +12,6 @@ Intel Corporation. **/
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
#include "IncompatiblePciDeviceList.h"
/**
|