mirror of https://github.com/CGAL/cgal
Removed most (not all) occurrences of CGAL/std from include directives.
This commit is contained in:
parent
f164e87253
commit
598ccefba8
|
|
@ -29,17 +29,11 @@
|
|||
#endif // CGAL_BASIC_H
|
||||
|
||||
#ifdef CGAL_CFG_NO_MEMBER_TEMPLATES
|
||||
#ifndef CGAL_STD_VECTOR_H
|
||||
#include <CGAL/std/vector>
|
||||
#endif
|
||||
#ifndef CGAL_STD_LIST_H
|
||||
#include <CGAL/std/list>
|
||||
#endif
|
||||
#include <vector.h>
|
||||
#include <list.h>
|
||||
#endif
|
||||
|
||||
#ifndef CGAL_STD_ITERATOR_H
|
||||
#include <CGAL/std/iterator>
|
||||
#endif
|
||||
#include <iterator.h>
|
||||
|
||||
#ifndef CGAL_CIRCULATOR_H
|
||||
#include <CGAL/circulator.h>
|
||||
|
|
|
|||
|
|
@ -34,9 +34,7 @@
|
|||
#ifndef CGAL_STD_SET_H
|
||||
#include <CGAL/std/set>
|
||||
#endif
|
||||
#ifndef CGAL_STD_VECTOR_H
|
||||
#include <CGAL/std/vector>
|
||||
#endif
|
||||
#include <vector.h>
|
||||
|
||||
//-----------------------------------------------------------------------//
|
||||
// CGAL_Simplicity_test_2
|
||||
|
|
|
|||
|
|
@ -24,9 +24,7 @@
|
|||
#ifndef CGAL_POLYGON_2_EDGE_CIRCULATOR_H
|
||||
#define CGAL_POLYGON_2_EDGE_CIRCULATOR_H
|
||||
|
||||
#ifndef CGAL_STD_ITERATOR_H
|
||||
#include <CGAL/std/iterator>
|
||||
#endif
|
||||
#include <iterator.h>
|
||||
#ifndef CGAL_CIRCULATOR_H
|
||||
#include <CGAL/circulator.h>
|
||||
#endif // CGAL_CIRCULATOR_H
|
||||
|
|
|
|||
|
|
@ -24,9 +24,7 @@
|
|||
#ifndef CGAL_POLYGON_2_EDGE_ITERATOR_H
|
||||
#define CGAL_POLYGON_2_EDGE_ITERATOR_H
|
||||
|
||||
#ifndef CGAL_STD_ITERATOR_H
|
||||
#include <CGAL/std/iterator>
|
||||
#endif
|
||||
#include <iterator.h>
|
||||
#ifndef CGAL_CIRCULATOR_H
|
||||
#include <CGAL/circulator.h>
|
||||
#endif // CGAL_CIRCULATOR_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue