File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
third-party/thrift/src/thrift/compiler Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 21
21
#include < thrift/compiler/ast/t_struct.h>
22
22
#include < thrift/compiler/codemod/file_manager.h>
23
23
#include < thrift/compiler/compiler.h>
24
- #include < thrift/compiler/lib/cpp2 /util.h>
24
+ #include < thrift/compiler/generate/cpp /util.h>
25
25
26
26
using namespace apache ::thrift::compiler;
27
27
Original file line number Diff line number Diff line change 26
26
#include < thrift/compiler/ast/t_struct.h>
27
27
#include < thrift/compiler/codemod/file_manager.h>
28
28
#include < thrift/compiler/compiler.h>
29
- #include < thrift/compiler/lib/cpp2 /util.h>
29
+ #include < thrift/compiler/generate/cpp /util.h>
30
30
31
31
using namespace apache ::thrift::compiler;
32
32
Original file line number Diff line number Diff line change 25
25
#include < thrift/compiler/ast/t_struct.h>
26
26
#include < thrift/compiler/codemod/file_manager.h>
27
27
#include < thrift/compiler/compiler.h>
28
- #include < thrift/compiler/lib/cpp2 /util.h>
28
+ #include < thrift/compiler/generate/cpp /util.h>
29
29
30
30
using namespace apache ::thrift::compiler;
31
31
Original file line number Diff line number Diff line change 24
24
#include < thrift/compiler/ast/t_struct.h>
25
25
#include < thrift/compiler/codemod/file_manager.h>
26
26
#include < thrift/compiler/compiler.h>
27
- #include < thrift/compiler/lib/cpp2 /util.h>
27
+ #include < thrift/compiler/generate/cpp /util.h>
28
28
#include < thrift/compiler/lib/uri.h>
29
29
30
30
using namespace apache ::thrift::compiler;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #include < thrift/compiler/lib/cpp2/util.h>
18
- #include " thrift/compiler/ast/t_program.h"
17
+ #include < thrift/compiler/generate/cpp/util.h>
19
18
20
19
#include < algorithm>
21
20
#include < functional>
32
31
#include < thrift/compiler/ast/t_list.h>
33
32
#include < thrift/compiler/ast/t_map.h>
34
33
#include < thrift/compiler/ast/t_node.h>
34
+ #include < thrift/compiler/ast/t_program.h>
35
35
#include < thrift/compiler/ast/t_set.h>
36
36
#include < thrift/compiler/ast/t_struct.h>
37
37
#include < thrift/compiler/ast/t_typedef.h>
File renamed without changes.
Original file line number Diff line number Diff line change 27
27
28
28
#include < thrift/compiler/ast/t_program.h>
29
29
#include < thrift/compiler/detail/mustache/mstch.h>
30
- #include < thrift/compiler/lib/cpp2 /util.h>
30
+ #include < thrift/compiler/generate/cpp /util.h>
31
31
#include < thrift/compiler/lib/uri.h>
32
32
#include < thrift/compiler/sema/sema_context.h>
33
33
Original file line number Diff line number Diff line change 31
31
#include < thrift/compiler/ast/t_field.h>
32
32
#include < thrift/compiler/generate/common.h>
33
33
#include < thrift/compiler/generate/cpp/name_resolver.h>
34
+ #include < thrift/compiler/generate/cpp/util.h>
34
35
#include < thrift/compiler/generate/mstch_objects.h>
35
36
#include < thrift/compiler/generate/t_mstch_generator.h>
36
- #include < thrift/compiler/lib/cpp2/util.h>
37
37
#include < thrift/compiler/lib/schematizer.h>
38
38
#include < thrift/compiler/lib/uri.h>
39
39
#include < thrift/compiler/sema/ast_validator.h>
Original file line number Diff line number Diff line change 24
24
#include < thrift/compiler/generate/common.h>
25
25
#include < thrift/compiler/generate/cpp/name_resolver.h>
26
26
#include < thrift/compiler/generate/cpp/reference_type.h>
27
+ #include < thrift/compiler/generate/cpp/util.h>
27
28
#include < thrift/compiler/generate/mstch_objects.h>
28
29
#include < thrift/compiler/generate/t_mstch_generator.h>
29
- #include < thrift/compiler/lib/cpp2/util.h>
30
30
#include < thrift/compiler/lib/py3/util.h>
31
31
#include < thrift/compiler/lib/uri.h>
32
32
Original file line number Diff line number Diff line change 29
29
#include < thrift/compiler/detail/mustache/mstch.h>
30
30
#include < thrift/compiler/generate/common.h>
31
31
#include < thrift/compiler/generate/cpp/name_resolver.h>
32
+ #include < thrift/compiler/generate/cpp/util.h>
32
33
#include < thrift/compiler/generate/mstch_objects.h>
33
34
#include < thrift/compiler/generate/t_mstch_generator.h>
34
- #include < thrift/compiler/lib/cpp2/util.h>
35
35
#include < thrift/compiler/lib/py3/util.h>
36
36
#include < thrift/compiler/lib/python/util.h>
37
37
#include < thrift/compiler/lib/uri.h>
You can’t perform that action at this time.
0 commit comments