Skip to content

Commit f104dba

Browse files
author
aselutin
committed
cc chaotic: sort includes
commit_hash:535d6874ce78f2134f266208757f3e0420054757
1 parent 632634d commit f104dba

File tree

12 files changed

+23
-25
lines changed

12 files changed

+23
-25
lines changed

chaotic/include/userver/chaotic/array.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
#include <vector>
44

5+
#include <userver/chaotic/validators.hpp>
56
#include <userver/formats/json/value.hpp>
67
#include <userver/formats/parse/common_containers.hpp>
78
#include <userver/formats/parse/to.hpp>
89
#include <userver/utils/meta.hpp>
910

10-
#include <userver/chaotic/validators.hpp>
11-
1211
USERVER_NAMESPACE_BEGIN
1312

1413
namespace chaotic {

chaotic/include/userver/chaotic/exception.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
#include <stdexcept>
44

5-
#include <fmt/format.h>
6-
75
#include <userver/formats/json/value.hpp>
86

7+
#include <fmt/format.h>
8+
99
USERVER_NAMESPACE_BEGIN
1010

1111
namespace chaotic {

chaotic/include/userver/chaotic/io/boost/uuids/uuid.hpp

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

3+
#include <userver/chaotic/convert/to.hpp>
4+
35
#include <boost/uuid/uuid.hpp>
46
#include <boost/uuid/uuid_hash.hpp>
57

6-
#include <userver/chaotic/convert/to.hpp>
7-
88
USERVER_NAMESPACE_BEGIN
99

1010
namespace chaotic::convert {

chaotic/include/userver/chaotic/io/crypto/base64/string64.hpp

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

3+
#include <string>
4+
35
#include <userver/chaotic/convert.hpp>
46
#include <userver/chaotic/io/userver/utils/strong_typedef.hpp>
57

6-
#include <string>
7-
88
namespace crypto::base64 {
99

1010
// RFC4648

chaotic/include/userver/chaotic/io/std/int32_t.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
#include <cstddef>
44

5-
#include <fmt/format.h>
6-
75
#include <userver/chaotic/convert/to.hpp>
86
#include <userver/utils/numeric_cast.hpp>
97

8+
#include <fmt/format.h>
9+
1010
USERVER_NAMESPACE_BEGIN
1111

1212
namespace chaotic::convert {

chaotic/include/userver/chaotic/io/std/int64_t.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
#include <cstddef>
44

5-
#include <fmt/format.h>
6-
75
#include <userver/chaotic/convert/to.hpp>
86
#include <userver/utils/numeric_cast.hpp>
97

8+
#include <fmt/format.h>
9+
1010
USERVER_NAMESPACE_BEGIN
1111

1212
namespace chaotic::convert {

chaotic/include/userver/chaotic/io/std/uint32_t.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
#include <cstddef>
44

5-
#include <fmt/format.h>
6-
75
#include <userver/chaotic/convert/to.hpp>
86
#include <userver/utils/numeric_cast.hpp>
97

8+
#include <fmt/format.h>
9+
1010
USERVER_NAMESPACE_BEGIN
1111

1212
namespace chaotic::convert {

chaotic/include/userver/chaotic/io/std/uint64_t.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
#include <cstddef>
44

5-
#include <fmt/format.h>
6-
75
#include <userver/chaotic/convert/to.hpp>
86
#include <userver/utils/numeric_cast.hpp>
97

8+
#include <fmt/format.h>
9+
1010
USERVER_NAMESPACE_BEGIN
1111

1212
namespace chaotic::convert {

chaotic/include/userver/chaotic/io/unsigned.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
#include <cstddef>
44

5-
#include <fmt/format.h>
6-
75
#include <userver/chaotic/convert/to.hpp>
86
#include <userver/chaotic/io/std/uint32_t.hpp>
97
#include <userver/utils/numeric_cast.hpp>
108

9+
#include <fmt/format.h>
10+
1111
USERVER_NAMESPACE_BEGIN
1212

1313
namespace chaotic::convert {

chaotic/include/userver/chaotic/object.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
#include <string>
44
#include <unordered_map>
55

6-
#include <fmt/format.h>
7-
86
#include <userver/chaotic/exception.hpp>
97
#include <userver/formats/common/items.hpp>
108
#include <userver/formats/json/value_builder.hpp>
119
#include <userver/utils/trivial_map.hpp>
1210

11+
#include <fmt/format.h>
12+
1313
USERVER_NAMESPACE_BEGIN
1414

1515
namespace chaotic {

0 commit comments

Comments
 (0)