diff --git a/tensorflow/compiler/jit/xla_launch_util.cc b/tensorflow/compiler/jit/xla_launch_util.cc index fd8f22ad95afff..6db90491dcd594 100644 --- a/tensorflow/compiler/jit/xla_launch_util.cc +++ b/tensorflow/compiler/jit/xla_launch_util.cc @@ -34,14 +34,6 @@ limitations under the License. #include "tensorflow/compiler/tf2xla/const_analysis.h" #include "tensorflow/compiler/tf2xla/shape_util.h" #include "tensorflow/compiler/tf2xla/xla_compiler.h" -#include "xla/client/local_client.h" -#include "xla/pjrt/pjrt_client.h" -#include "xla/pjrt/pjrt_future.h" -#include "xla/pjrt/pjrt_stream_executor_client.h" -#include "xla/pjrt/tracked_device_buffer.h" -#include "xla/shape_util.h" -#include "xla/status_macros.h" -#include "xla/stream_executor/platform_manager.h" #include "tensorflow/core/common_runtime/device_factory.h" #include "tensorflow/core/common_runtime/dma_helper.h" #include "tensorflow/core/common_runtime/gpu/gpu_serving_device_selector.h" @@ -64,6 +56,14 @@ limitations under the License. #include "tsl/framework/serving_device_selector_policies.h" #include "tsl/platform/status.h" #include "tsl/platform/statusor.h" +#include "xla/client/local_client.h" +#include "xla/pjrt/pjrt_client.h" +#include "xla/pjrt/pjrt_future.h" +#include "xla/pjrt/pjrt_stream_executor_client.h" +#include "xla/pjrt/tracked_device_buffer.h" +#include "xla/shape_util.h" +#include "xla/status_macros.h" +#include "xla/stream_executor/platform_manager.h" namespace tensorflow { namespace {