Skip to content

Commit 3f0233b

Browse files
committed
style: remove comment
1 parent 6bb5f16 commit 3f0233b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/estimator/monte_carlo_estimator.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#include "lfmc/estimator/monte_carlo_estimator.hpp"
22

3-
#include <cmath> // ← ADD THIS for std::sqrt
4-
#include <limits> // ← ADD THIS for std::numeric_limits
3+
#include <cmath>
4+
#include <limits>
55
#include <vector>
6+
67
namespace lfmc {
78

89
std::expected<void, std::string>

0 commit comments

Comments
 (0)