Skip to content

Commit b18c139

Browse files
Copilotnjzjz
andcommitted
Remove unnecessary torch/profiler.h header includes
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
1 parent 284fc69 commit b18c139

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

source/api_cc/include/DeepPotPT.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
#include <torch/script.h>
55
#include <torch/torch.h>
6-
#ifdef BUILD_PYTORCH
7-
#include <torch/profiler.h>
8-
#endif
96

107
#include "DeepPot.h"
118

source/api_cc/include/DeepSpinPT.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
#include <torch/script.h>
55
#include <torch/torch.h>
6-
#ifdef BUILD_PYTORCH
7-
#include <torch/profiler.h>
8-
#endif
96

107
#include "DeepSpin.h"
118

0 commit comments

Comments
 (0)