Attention is currently required from: Angel Pons. HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44207 )
Change subject: src/include: Clean up some includes ......................................................................
Patch Set 12:
(2 comments)
File src/include/cpu/x86/legacy_save_state.h:
https://review.coreboot.org/c/coreboot/+/44207/comment/646b6995_5b288ff0 PS12, Line 6: stdint.h chain included by types.h but as it is in the main includes directory, should we keep <types.h> or replace it with <stdint.h> ?
File src/include/option.h:
https://review.coreboot.org/c/coreboot/+/44207/comment/e0628f9b_5a48b09c PS12, Line 6: commonlib/bsd/cb_err.h chain included through <types.h>. but as it is in src/include/ , should we keep types.h aor change it to /bsd/cb_err.h ?