mirror of https://github.com/CGAL/cgal
35 lines
962 B
C
35 lines
962 B
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 :
|
|
//
|
|
// file : utils.h
|
|
// package : Kernel_basic
|
|
// revision : $Revision$
|
|
// revision_date : $Date$
|
|
// author(s) : Geert-Jan Giezeman
|
|
//
|
|
// coordinator : MPI, Saarbruecken (<Stefan.Schirra@mpi-sb.mpg.de>)
|
|
// ======================================================================
|
|
|
|
|
|
#ifndef CGAL_UTILS_H
|
|
#define CGAL_UTILS_H
|
|
|
|
#ifndef CGAL_ASSERTIONS_H
|
|
#include <CGAL/assertions.h>
|
|
#endif // CGAL_ASSERTIONS_H
|
|
#ifndef CGAL_KERNEL_ASSERTIONS_H
|
|
#include <CGAL/kernel_assertions.h>
|
|
#endif // CGAL_KERNEL_ASSERTIONS_H
|
|
|
|
#endif
|