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:
Abe Levkoy 2022-07-25 15:01:28 -06:00 committed by Fabio Baltieri
parent 63d75cc26d
commit eba8d6d18f

View File

@ -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.