removed useless comment

This commit is contained in:
2025-12-14 10:18:58 +03:00
parent 2ddf29b158
commit f3b74fe433

View File

@@ -1,6 +1,6 @@
#pragma once
#include "simplex.hpp"
#include <algorithm> // find_if
#include <algorithm>
#include <array>
#include <cmath>
#include <cstdint>