Remove unused imports

This commit is contained in:
Julian Stahl 2024-01-02 20:03:39 +01:00
parent ea95b6c3b6
commit 56ebc7b17b
3 changed files with 0 additions and 7 deletions

View File

@ -26,7 +26,6 @@
#include <Eigen/SVD> #include <Eigen/SVD>
#endif #endif
#include <array>
#include <map> #include <map>
#include <mutex> #include <mutex>
#include <vector> #include <vector>

View File

@ -55,7 +55,6 @@
#include <array> #include <array>
#include <bitset> #include <bitset>
#include <mutex>
namespace CGAL { namespace CGAL {
namespace Isosurfacing { namespace Isosurfacing {

View File

@ -50,12 +50,7 @@
#include <tbb/concurrent_hash_map.h> #include <tbb/concurrent_hash_map.h>
#include <array> #include <array>
#include <atomic>
#include <cmath> #include <cmath>
#include <map>
#include <mutex>
#include <atomic>
#include <optional>
namespace CGAL { namespace CGAL {
namespace Isosurfacing { namespace Isosurfacing {