Removed most (not all) occurrences of CGAL/std from include directives.

This commit is contained in:
Geert-Jan Giezeman 1998-12-02 11:56:00 +00:00
parent f164e87253
commit 598ccefba8
4 changed files with 6 additions and 18 deletions

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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