more new_traits -> Delage_traits

This commit is contained in:
Andreas Fabri 2009-06-26 07:18:25 +00:00
parent 330640c7e2
commit d9e739bbfe
4 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@
#define CGAL_APOLLONIUS_GRAPH_2_EDGE_CONFLICT_2_H 1
#include <CGAL/Apollonius_graph_2/new_traits/Conflict_2.h>
#include <CGAL/Apollonius_graph_2/Delage_traits/Conflict_2.h>
CGAL_BEGIN_NAMESPACE

View File

@ -22,7 +22,7 @@
#ifndef CGAL_APOLLONIUS_GRAPH_2_FINITE_EDGE_CONFLICT_2_H
#define CGAL_APOLLONIUS_GRAPH_2_FINITE_EDGE_CONFLICT_2_H
#include <CGAL/Apollonius_graph_2/new_traits/Edge_conflict_2.h>
#include <CGAL/Apollonius_graph_2/Delage_traits/Edge_conflict_2.h>
CGAL_BEGIN_NAMESPACE

View File

@ -23,7 +23,7 @@
#define CGAL_APOLLONIUS_GRAPH_2_INFINITE_EDGE_CONFLICT_2_H
#include <CGAL/Apollonius_graph_2/new_traits/Edge_conflict_2.h>
#include <CGAL/Apollonius_graph_2/Delage_traits/Edge_conflict_2.h>
CGAL_BEGIN_NAMESPACE

View File

@ -24,9 +24,9 @@
#include <CGAL/Apollonius_graph_2/Predicates_C2.h>
#include <CGAL/Apollonius_graph_2/new_traits/Vertex_conflict_2.h>
#include <CGAL/Apollonius_graph_2/new_traits/Finite_edge_conflict_2.h>
#include <CGAL/Apollonius_graph_2/new_traits/Infinite_edge_conflict_2.h>
#include <CGAL/Apollonius_graph_2/new_traits/Orientation_2.h>
#include <CGAL/Apollonius_graph_2/Delage_traits/Vertex_conflict_2.h>
#include <CGAL/Apollonius_graph_2/Delage_traits/Finite_edge_conflict_2.h>
#include <CGAL/Apollonius_graph_2/Delage_traits/Infinite_edge_conflict_2.h>
#include <CGAL/Apollonius_graph_2/Delage_traits/Orientation_2.h>
#endif // CGAL_APOLLONIUS_GRAPH_2_NEW_PREDICATES_C2_H