mirror of https://github.com/CGAL/cgal
34 lines
1.1 KiB
C
34 lines
1.1 KiB
C
// ======================================================================
|
|
//
|
|
// Copyright (c) 1999 The CGAL Consortium
|
|
//
|
|
// This software and related documentation is part of an INTERNAL release
|
|
// of the Computational Geometry Algorithms Library (CGAL). It is not
|
|
// intended for general use.
|
|
//
|
|
// ----------------------------------------------------------------------
|
|
// release :
|
|
// release_date : 2000, August 16
|
|
//
|
|
// source : Simple_cartesian.lw
|
|
// file : include/CGAL/Simple_cartesian.h
|
|
// package : S2 (1.7)
|
|
// maintainer : Stefan Schirra <stschirr@mpi-sb.mpg.de>
|
|
// revision : 1.7
|
|
// revision_date : 11 Aug 2000
|
|
// author(s) : Stefan Schirra
|
|
//
|
|
// coordinator : MPI, Saarbruecken
|
|
// ======================================================================
|
|
|
|
#ifndef CGAL_SIMPLE_CARTESIAN_H
|
|
#define CGAL_SIMPLE_CARTESIAN_H
|
|
|
|
#include <CGAL/basic.h>
|
|
#include <CGAL/user_classes.h>
|
|
#include <CGAL/SimpleCartesian/simple_cartesian_classes.h>
|
|
#include <CGAL/SimpleCartesian/simple_cartesian_rep.h>
|
|
#include <CGAL/basic_classes.h>
|
|
|
|
#endif // CGAL_SIMPLE_CARTESIAN_H
|