diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-20 13:30:56 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-12-21 21:33:40 +0000 |
commit | a012136fc870a799323ba251c0e522534a4bae0b (patch) | |
tree | b5fa4ec5caa7aa0f3f30a75609a421edef07c646 /src/security/tpm/tis.h | |
parent | d13a57915df7e7eea217d6efba0b4051ca7fa838 (diff) |
treewide: Remove duplicated includes
<types.h> provides <commonlib/bsd/cb_err.h>, <stdint.h> and <stddef.h>.
Change-Id: I966303336e604b1b945df77e5d4c3cccbf045c56
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71149
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Diffstat (limited to 'src/security/tpm/tis.h')
-rw-r--r-- | src/security/tpm/tis.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/security/tpm/tis.h b/src/security/tpm/tis.h index b6a258f491..df39498462 100644 --- a/src/security/tpm/tis.h +++ b/src/security/tpm/tis.h @@ -3,8 +3,6 @@ #ifndef TIS_H_ #define TIS_H_ -#include <stddef.h> -#include <stdint.h> #include <types.h> enum tis_access { |