Skip to content

Commit 3cc00e8

Browse files
colesburyapaszke
authored andcommitted
Remove pragma once from cpp file (#5965)
1 parent 8cf521b commit 3cc00e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

torch/csrc/utils/tensor_conversion_dispatch.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#pragma once
1+
#include "tensor_conversion_dispatch.h"
22

3-
4-
#include "torch/csrc/utils/tensor_conversion_dispatch.h"
53
#include "torch/csrc/utils/auto_gil.h"
64
#include "torch/csrc/utils/auto_gpu.h"
75
#include "torch/csrc/utils/cuda_lazy_init.h"

0 commit comments

Comments
 (0)