summaryrefslogtreecommitdiff
path: root/zephyr/test/rex/src/usb_pd_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/rex/src/usb_pd_policy.c')
-rw-r--r--zephyr/test/rex/src/usb_pd_policy.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/zephyr/test/rex/src/usb_pd_policy.c b/zephyr/test/rex/src/usb_pd_policy.c
index d977bec0a1..3f7406bdad 100644
--- a/zephyr/test/rex/src/usb_pd_policy.c
+++ b/zephyr/test/rex/src/usb_pd_policy.c
@@ -3,15 +3,16 @@
* found in the LICENSE file.
*/
-#include <zephyr/fff.h>
-#include <zephyr/ztest.h>
-
#include "charge_manager.h"
#include "chipset.h"
#include "ec_commands.h"
+#include "usb_charge.h"
#include "usb_pd.h"
#include "usbc_ppc.h"
+#include <zephyr/fff.h>
+#include <zephyr/ztest.h>
+
DECLARE_FAKE_VALUE_FUNC(int, chipset_in_state, int);
DEFINE_FAKE_VALUE_FUNC(int, chipset_in_state, int);
DECLARE_FAKE_VALUE_FUNC(int, ppc_vbus_source_enable, int, int);