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, 3 insertions, 4 deletions
diff --git a/zephyr/test/rex/src/usb_pd_policy.c b/zephyr/test/rex/src/usb_pd_policy.c
index 3f7406bdad..d977bec0a1 100644
--- a/zephyr/test/rex/src/usb_pd_policy.c
+++ b/zephyr/test/rex/src/usb_pd_policy.c
@@ -3,16 +3,15 @@
* 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);