examples: hello_world: Drop inclusion of common header
authorPaul Barker <paul.barker@sancloud.com>
Thu, 5 May 2022 15:32:41 +0000 (15:32 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 26 Oct 2022 19:21:11 +0000 (15:21 -0400)
commit59b16e9df9b2eef2ec40824f1c189d175d095fc0
treef59925af3bcecc4d1e8ca4ed75ee18e13d4a8032
parent47ef860a399a294fe30d3eadc33529090e5b8b2a
examples: hello_world: Drop inclusion of common header

The "common.h" header is not covered by the licensing exception for
standalone applications. Let's drop inclusion of this header from the
hello_world example to prove that a standalone app can be built without
it.

Signed-off-by: Paul Barker <paul.barker@sancloud.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
examples/standalone/hello_world.c