Skip to content

Commit 087e53f

Browse files
committed
Dont include stdc++
1 parent a911493 commit 087e53f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

model.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <iostream>
55
#include <torch/torch.h>
66
#include <torch/csrc/api/include/torch/version.h>
7-
#include <ATen/ATen.h>
87
#include "nerfstudio.hpp"
98
#include "kdtree_tensor.hpp"
109
#include "spherical_harmonics.hpp"

openmvg.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "tensor_math.hpp"
66
#include <stdexcept>
77
#include <string>
8-
#include <bits/stdc++.h>
98

109
namespace fs = std::filesystem;
1110
using json = nlohmann::json;
@@ -325,4 +324,4 @@ InputData inputDataFromOpenMVG(const std::string &projectRoot){
325324
return ret;
326325
}
327326

328-
}
327+
}

0 commit comments

Comments
 (0)