aboutsummaryrefslogtreecommitdiff
path: root/env/sf.c
diff options
context:
space:
mode:
authorTom Rini2024-04-27 08:11:03 -0600
committerTom Rini2024-05-06 15:05:04 -0600
commit0f92fa4560335f04858bfc9881e0bc6bbb756b3f (patch)
tree4322d4da2d2ea85698a241208b69b8aa892cab4c /env/sf.c
parentc4b646d43608500145b3934c9db2ee82aab3a837 (diff)
env: Remove <common.h> and add needed includes
Remove <common.h> from all "env/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'env/sf.c')
-rw-r--r--env/sf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/env/sf.c b/env/sf.c
index 8f5c03b00d3..c747e175e31 100644
--- a/env/sf.c
+++ b/env/sf.c
@@ -8,7 +8,6 @@
*
* (C) Copyright 2008 Atmel Corporation
*/
-#include <common.h>
#include <dm.h>
#include <env.h>
#include <env_internal.h>