summaryrefslogtreecommitdiff
path: root/test/uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/uptime.c')
-rw-r--r--test/uptime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uptime.c b/test/uptime.c
index 0b6c9b56e6..ab65820c18 100644
--- a/test/uptime.c
+++ b/test/uptime.c
@@ -3,8 +3,6 @@
* found in the LICENSE file.
*/
-#include <stdbool.h>
-
#include "common.h"
#include "ec_commands.h"
#include "host_command.h"
@@ -12,6 +10,8 @@
#include "timer.h"
#include "util.h"
+#include <stdbool.h>
+
static bool get_ap_reset_stats_should_succeed = true;
/* Mocks */