src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h>

<rules.h> and <commonlib/bsd/compiler.h> are always automatically
included in all compilation units by the build system

Change-Id: I9528c47f4b7cd22c5a56d6a59b3bfe53197cc4d8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60932
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes HAOUAS
2022-01-08 08:27:38 +01:00
committed by Felix Held
parent 6c4edff487
commit 64175bcb76
4 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
#include <assert.h>
#include <ctype.h>
#include <rules.h>
#include <string.h>
#include <stddef.h>
#include <stdlib.h>