diff options
author | Tom Rini | 2024-04-27 08:11:03 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:05:04 -0600 |
commit | 0f92fa4560335f04858bfc9881e0bc6bbb756b3f (patch) | |
tree | 4322d4da2d2ea85698a241208b69b8aa892cab4c /env/sf.c | |
parent | c4b646d43608500145b3934c9db2ee82aab3a837 (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ * * (C) Copyright 2008 Atmel Corporation */ -#include <common.h> #include <dm.h> #include <env.h> #include <env_internal.h> |