Skip to content

Commit 18a9c78

Browse files
akuegeltensorflower-gardener
authored andcommitted
Fix include paths in sycl_platform_test.cc
PiperOrigin-RevId: 652393435
1 parent aba14f7 commit 18a9c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/xla/stream_executor/sycl/sycl_platform_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ See the License for the specific language governing permissions and
1010
limitations under the License.
1111
==============================================================================*/
1212

13-
#include "tsl/platform/statusor.h"
14-
#include "tsl/platform/test.h"
1513
#include "xla/stream_executor/platform.h"
1614
#include "xla/stream_executor/platform_manager.h"
15+
#include "tsl/platform/statusor.h"
16+
#include "tsl/platform/test.h"
1717

1818
namespace stream_executor {
1919
namespace gpu {

0 commit comments

Comments
 (0)