mirror of https://github.com/CGAL/cgal
Remove unused imports
This commit is contained in:
parent
ea95b6c3b6
commit
56ebc7b17b
|
|
@ -26,7 +26,6 @@
|
|||
#include <Eigen/SVD>
|
||||
#endif
|
||||
|
||||
#include <array>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@
|
|||
|
||||
#include <array>
|
||||
#include <bitset>
|
||||
#include <mutex>
|
||||
|
||||
namespace CGAL {
|
||||
namespace Isosurfacing {
|
||||
|
|
|
|||
|
|
@ -50,12 +50,7 @@
|
|||
#include <tbb/concurrent_hash_map.h>
|
||||
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
#include <cmath>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <atomic>
|
||||
#include <optional>
|
||||
|
||||
namespace CGAL {
|
||||
namespace Isosurfacing {
|
||||
|
|
|
|||
Loading…
Reference in New Issue