Remove #include <timestamp.h> from files which do not need it

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Pali Rohár 2021-08-02 15:18:28 +02:00 committed by Tom Rini
parent 6252fd05a2
commit 0072f5fce3
2 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,6 @@
#include <common.h>
#include <asm-offsets.h>
#include <config.h>
#include <timestamp.h>
#include "version.h"
#include <asm/cache.h>

View File

@ -11,9 +11,6 @@
#include <common.h>
#include <net.h>
#if defined(CONFIG_CDP_VERSION)
#include <timestamp.h>
#endif
#include "cdp.h"