emul.h: Fix includes
Include devicetree.h, whose contents are already used in this file. Sort included headers. Signed-off-by: Abe Levkoy <alevkoy@google.com>
This commit is contained in:
parent
63d75cc26d
commit
eba8d6d18f
@ -21,10 +21,11 @@ extern "C" {
|
||||
struct emul;
|
||||
|
||||
/* #includes required after forward-declaration of struct emul later defined in this header. */
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/drivers/espi_emul.h>
|
||||
#include <zephyr/drivers/i2c_emul.h>
|
||||
#include <zephyr/drivers/spi_emul.h>
|
||||
#include <zephyr/device.h>
|
||||
|
||||
/**
|
||||
* The types of supported buses.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user