diff options
-rw-r--r-- | examples/standalone/hello_world.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/standalone/hello_world.c b/examples/standalone/hello_world.c index 263cd9ca07..27ec379315 100644 --- a/examples/standalone/hello_world.c +++ b/examples/standalone/hello_world.c @@ -4,7 +4,6 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include <common.h> #include <exports.h> int hello_world(int argc, char *const argv[]) |