mirror of https://github.com/CGAL/cgal
- fixed errors created by the move of *.C files to *_impl.h
This commit is contained in:
parent
5b47226ed0
commit
d0c9a5c99a
|
|
@ -1,3 +1,6 @@
|
|||
27 May 2006: Menelaos Karavelas
|
||||
- fixed errors created by the move of *.C files to *_impl.h
|
||||
|
||||
25 May 2006: Menelaos Karavelas
|
||||
- moved predicate files into the Apollonius_graph_2 subdir
|
||||
- moved the *.C files to Apollonius_graph_2/*_impl.h
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Apollonius_graph_short_names_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/short_names_2.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <list>
|
||||
|
||||
#include <CGAL/Apollonius_graph_short_names_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/short_names_2.h>
|
||||
|
||||
#include <CGAL/Triangulation_ds_vertex_base_2.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#include <iostream>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Apollonius_graph_short_names_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/short_names_2.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue