File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
#include " Firestore/core/src/nanopb/byte_string.h"
18
18
19
19
#include < cctype>
20
- #include < cstdlib>
20
+ #include < cstdlib> // NOLINT(build/include_order)
21
21
#include < cstring>
22
22
#include < iomanip>
23
23
#include < ostream>
Original file line number Diff line number Diff line change 17
17
#include " Firestore/core/src/nanopb/byte_string.h"
18
18
19
19
#include < cstdint>
20
- #include < cstdlib>
20
+ #include < cstdlib> // NOLINT(build/include_order)
21
21
22
22
#include " Firestore/core/src/nanopb/nanopb_util.h"
23
23
#include " gmock/gmock.h"
Original file line number Diff line number Diff line change 16
16
17
17
#include " Firestore/core/test/unit/util/executor_test.h"
18
18
19
- #include < cstdlib>
19
+ #include < cstdlib> // NOLINT(build/include_order)
20
20
21
21
#include < chrono>
22
22
#include < condition_variable>
Original file line number Diff line number Diff line change 16
16
17
17
#include " Firestore/core/src/util/schedule.h"
18
18
19
- #include < cstdlib>
19
+ #include < cstdlib> // NOLINT(build/include_order)
20
20
21
21
#include < chrono>
22
22
#include < string>
You can’t perform that action at this time.
0 commit comments