summaryrefslogtreecommitdiff
path: root/common/mock/usb_mux_mock.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/mock/usb_mux_mock.c')
-rw-r--r--common/mock/usb_mux_mock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/mock/usb_mux_mock.c b/common/mock/usb_mux_mock.c
index b612f47d4f..815cdf777c 100644
--- a/common/mock/usb_mux_mock.c
+++ b/common/mock/usb_mux_mock.c
@@ -6,9 +6,9 @@
#include "common.h"
#include "console.h"
-#include "memory.h"
-#include "mock/usb_mux_mock.h"
#include "usb_mux.h"
+#include "mock/usb_mux_mock.h"
+#include "memory.h"
#ifndef CONFIG_COMMON_RUNTIME
#define cprints(format, args...)