summaryrefslogtreecommitdiff
path: root/common/chargesplash.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/chargesplash.c')
-rw-r--r--common/chargesplash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/chargesplash.c b/common/chargesplash.c
index c3d93cc47b..17da9a5c8c 100644
--- a/common/chargesplash.c
+++ b/common/chargesplash.c
@@ -3,6 +3,9 @@
* found in the LICENSE file.
*/
+#include <stdbool.h>
+#include <string.h>
+
#include "chipset.h"
#include "common.h"
#include "console.h"
@@ -15,9 +18,6 @@
#include "timer.h"
#include "util.h"
-#include <stdbool.h>
-#include <string.h>
-
#define CPRINTS(format, args...) \
cprints(CC_USBCHARGE, "chargesplash: " format, ##args)