src: remove force-included header rules.h from individual files
The header file `rules.h` is automatically included in the build by the top level makefile using the command: `-include src/soc/intel/common/block/scs/early_mmc.c`. Similar to `config.h` and 'kconfig.h`, this file does not need to be included manually, so remove it. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I23a1876b4b671d8565cf9b391d3babf800c074db Reviewed-on: https://review.coreboot.org/c/coreboot/+/67348 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include <commonlib/region.h>
|
||||
#include <console/console.h>
|
||||
#include <security/vboot/misc.h>
|
||||
#include <rules.h>
|
||||
|
||||
/*
|
||||
* This flag prevents linking hashing functions into stages where they're not required. We don't
|
||||
|
Reference in New Issue
Block a user