base-hw: fix self-include in kernel/types.h

That this header apparently used to include itself didn't cause any problems
so far but still remained bad style.

Ref #4217
This commit is contained in:
Martin Stein 2021-07-22 14:57:29 +02:00 committed by Norman Feske
parent cacb83b163
commit b922dc5c10

View File

@ -15,7 +15,6 @@
#define _KERNEL__TYPES_H_
/* base-hw includes */
#include <kernel/types.h>
#include <kernel/interface_support.h>
namespace Kernel {