diff --git a/tools/lite_interpreter/gen_selected_mobile_ops_header.py b/tools/lite_interpreter/gen_selected_mobile_ops_header.py index d62d622326a4..f90d33c5ba45 100644 --- a/tools/lite_interpreter/gen_selected_mobile_ops_header.py +++ b/tools/lite_interpreter/gen_selected_mobile_ops_header.py @@ -25,8 +25,8 @@ if_condition_template = CodeTemplate(if_condition_template_str) selected_kernel_dtypes_h_template_str = """ #include -#include #include +#include namespace at { inline constexpr bool should_include_kernel_dtype( diff --git a/torch/nativert/executor/DelegateExecutor.cpp b/torch/nativert/executor/DelegateExecutor.cpp index 9ac1292e2beb..922f9e1b7876 100644 --- a/torch/nativert/executor/DelegateExecutor.cpp +++ b/torch/nativert/executor/DelegateExecutor.cpp @@ -8,8 +8,8 @@ #include -#include #include +#include namespace torch::nativert { diff --git a/torch/nativert/executor/Weights.cpp b/torch/nativert/executor/Weights.cpp index 44a29d95eb67..1c14b79e6d94 100644 --- a/torch/nativert/executor/Weights.cpp +++ b/torch/nativert/executor/Weights.cpp @@ -16,7 +16,6 @@ #include #endif -#include #include namespace torch::nativert { diff --git a/torch/nativert/graph/Graph.cpp b/torch/nativert/graph/Graph.cpp index f817776ccb5a..77db30d37fba 100644 --- a/torch/nativert/graph/Graph.cpp +++ b/torch/nativert/graph/Graph.cpp @@ -8,7 +8,6 @@ #include #include #include -#include #include // @manual #include // @manual