commit | 59b16e9df9b2eef2ec40824f1c189d175d095fc0 | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker@sancloud.com> | Thu May 05 15:32:41 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 26 15:21:11 2022 -0400 |
tree | f59925af3bcecc4d1e8ca4ed75ee18e13d4a8032 | |
parent | 47ef860a399a294fe30d3eadc33529090e5b8b2a [diff] |
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>