Skip to content

Commit 987e372

Browse files
annaw212colescott
authored andcommitted
reorder header files
1 parent 67292f3 commit 987e372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bms/src/BmsThread.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#pragma once
22

3+
#include <array>
34
#include <initializer_list>
45
#include <vector>
5-
#include "tl/optional.hpp"
66

77
#include "mbed.h"
88
#include "rtos.h"
9+
#include "tl/optional.hpp"
910

1011
#include "BmsConfig.h"
12+
#include "Can.h"
1113
#include "EnergusTempSensor.h"
1214
#include "LTC6811.h"
1315
#include "LTC6811Bus.h"
14-
#include "Can.h"
15-
#include <array>
1616

1717
class BMSThread {
1818
public:

0 commit comments

Comments
 (0)