mirror of https://github.com/CGAL/cgal
Remove STL header include from CGAL-specific namespace
This commit is contained in:
parent
38435dc7c9
commit
93c7b6de1f
|
|
@ -20,10 +20,6 @@
|
|||
|
||||
namespace CGAL { namespace internal { namespace Static_filters_predicates {
|
||||
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
template < typename K_base >
|
||||
class Collinear_3
|
||||
: public K_base::Collinear_3
|
||||
|
|
|
|||
Loading…
Reference in New Issue