summaryrefslogtreecommitdiff
path: root/Platform/Intel/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/Intel/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h')
-rw-r--r--Platform/Intel/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/Platform/Intel/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h b/Platform/Intel/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h
deleted file mode 100644
index d34dd942..00000000
--- a/Platform/Intel/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/**@file
- Common header file shared by all source files.
-
- This file includes package header files, library classes.
-
- Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-
-**/
-
-#ifndef __COMMON_HEADER_H_
-#define __COMMON_HEADER_H_
-
-
-#include <Base.h>
-#include <PchAccess.h>
-
-#include <Library/SmbusLib.h>
-#include <Library/IoLib.h>
-#include <Library/PciLib.h>
-#include <Library/DebugLib.h>
-#include <Library/PcdLib.h>
-
-#endif