- fixed errors created by the move of *.C files to *_impl.h

This commit is contained in:
Menelaos Karavelas 2006-05-27 10:38:38 +00:00
parent 5b47226ed0
commit d0c9a5c99a
4 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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