summaryrefslogtreecommitdiff
path: root/common/mock/fpsensor_state_mock.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/mock/fpsensor_state_mock.c')
-rw-r--r--common/mock/fpsensor_state_mock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/mock/fpsensor_state_mock.c b/common/mock/fpsensor_state_mock.c
index d71285c1de..cbeb29ae3c 100644
--- a/common/mock/fpsensor_state_mock.c
+++ b/common/mock/fpsensor_state_mock.c
@@ -3,14 +3,14 @@
* found in the LICENSE file.
*/
+#include <stddef.h>
+#include <string.h>
+
#include "common.h"
#include "driver/fingerprint/fpsensor.h"
#include "ec_commands.h"
#include "test_util.h"
-#include <stddef.h>
-#include <string.h>
-
#ifndef TEST_BUILD
#error "Mocks should only be in the test build."
#endif