mirror of https://github.com/CGAL/cgal
17 lines
588 B
C
17 lines
588 B
C
// revision : $Revision$
|
|
// revision_date : $Date$
|
|
// author(s) : Herve Bronnimann
|
|
|
|
#ifndef CGAL_CARTESIAN_BASIC_CONSTRUCTIONS_2_H
|
|
#define CGAL_CARTESIAN_BASIC_CONSTRUCTIONS_2_H
|
|
|
|
// #warning "basic_constructionsC2.h: this file will disappear"
|
|
// #warning " please include <CGAL/Cartesian/constructions_on_....h>"
|
|
|
|
#include <CGAL/Cartesian/constructions_on_points_2.h>
|
|
#include <CGAL/Cartesian/constructions_on_lines_2.h>
|
|
#include <CGAL/Cartesian/constructions_on_circles_2.h>
|
|
#include <CGAL/Cartesian/distance_computations_2.h>
|
|
|
|
#endif // CGAL_CARTESIAN_BASIC_CONSTRUCTIONS_2_H
|