diff --git a/tf_adapter/kernels/om_executor.cc b/tf_adapter/kernels/om_executor.cc index 52e5c8b8330a6aab92da0fbbe39f202d30454ffe..e3045606ce3e466019cb704e8a5e7368dda85a81 100644 --- a/tf_adapter/kernels/om_executor.cc +++ b/tf_adapter/kernels/om_executor.cc @@ -16,9 +16,9 @@ #include -#include "om_executor.h" #include "tf_adapter/common/common.h" #include "tf_adapter/util/npu_attrs.h" +#include "om_executor.h" namespace tensorflow { ModelProcess::ModelProcess(const std::string &model_data) { diff --git a/tf_adapter_2.x/npu_device/core/npu_logger.cpp b/tf_adapter_2.x/npu_device/core/npu_logger.cpp index 60fc02af0c62a162454f18fef6cb977a1e9db142..3be903c53400f7739649df3f6db7b3553ebc37ac 100644 --- a/tf_adapter_2.x/npu_device/core/npu_logger.cpp +++ b/tf_adapter_2.x/npu_device/core/npu_logger.cpp @@ -13,10 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - -#include - #include "npu_logger.h" +#include #include "npu_micros.h" namespace npu {