buildsystem: Drop explicit (k)config.h includes

We have kconfig.h auto-included and it pulls config.h too.

Change-Id: I665a0a168b0d4d3b8f3a27203827b542769988da
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17655
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Kyösti Mälkki
2016-11-30 14:59:52 +02:00
committed by Martin Roth
parent 3ec149dd7e
commit 530f677cdc
19 changed files with 0 additions and 21 deletions

View File

@@ -29,7 +29,6 @@
*/
#include <assert.h>
#include <config.h>
#include <stdlib.h>
#include <stdint.h>
#include <symbols.h>

View File

@@ -32,7 +32,6 @@
#ifndef ARM_CACHE_H
#define ARM_CACHE_H
#include <config.h>
#include <stddef.h>
#include <stdint.h>

View File

@@ -32,7 +32,6 @@
#ifndef ARM_ARM64_CACHE_H
#define ARM_ARM64_CACHE_H
#include <config.h>
#include <stddef.h>
#include <stdint.h>
#include <arch/barrier.h>