diff options
author | Claudio Carvalho <cclaudio@linux.vnet.ibm.com> | 2016-09-28 05:01:26 -0300 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-10-10 15:29:36 +1100 |
commit | a94819eaf5e07af62c37c8e81288eafc3e304476 (patch) | |
tree | bb92c39892550c98f0b9a6b510138953543f6bf1 /libstb | |
parent | 381c866a951c241346a1d985341718874b3dd405 (diff) | |
download | skiboot-a94819eaf5e07af62c37c8e81288eafc3e304476.zip skiboot-a94819eaf5e07af62c37c8e81288eafc3e304476.tar.gz skiboot-a94819eaf5e07af62c37c8e81288eafc3e304476.tar.bz2 |
libstb/tss/tpmLogMgr.C: remove the trustedTypes.H include
This removes the trustedTypes.H include, it is already included by
tpmLogMgr.H.
Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libstb')
-rw-r--r-- | libstb/tss/tpmLogMgr.C | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libstb/tss/tpmLogMgr.C b/libstb/tss/tpmLogMgr.C index 063f432..3596684 100644 --- a/libstb/tss/tpmLogMgr.C +++ b/libstb/tss/tpmLogMgr.C @@ -46,7 +46,6 @@ #endif #include "trustedbootUtils.H" #include "trustedboot.H" -#include "trustedTypes.H" #ifdef __cplusplus namespace TRUSTEDBOOT |