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 ab65820c18..0b6c9b56e6 100644
--- a/test/uptime.c
+++ b/test/uptime.c
@@ -3,6 +3,8 @@
* found in the LICENSE file.
*/
+#include <stdbool.h>
+
#include "common.h"
#include "ec_commands.h"
#include "host_command.h"
@@ -10,8 +12,6 @@
#include "timer.h"
#include "util.h"
-#include <stdbool.h>
-
static bool get_ap_reset_stats_should_succeed = true;
/* Mocks */