Remove useless <CGAL/Segment_Delaunay_graph_2/config.h>,

now that I removed the need for the only one macro it provided.
This commit is contained in:
Sylvain Pion 2008-04-09 13:11:21 +00:00
parent ebb5e40b14
commit af5ffdecae
2 changed files with 0 additions and 33 deletions

View File

@ -22,7 +22,6 @@
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <CGAL/Segment_Delaunay_graph_2/config.h>
#include <CGAL/Segment_Delaunay_graph_2/short_names_2.h> #include <CGAL/Segment_Delaunay_graph_2/short_names_2.h>
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_NS \ #define CGAL_SEGMENT_DELAUNAY_GRAPH_2_NS \

View File

@ -1,32 +0,0 @@
// Copyright (c) 2006 Foundation for Research and Technology-Hellas (Greece).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$
// $Id$
//
//
// Author(s) : Menelaos Karavelas <mkaravel@iacm.forth.gr>
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_CONFIG_H
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_CONFIG_H 1
#include <CGAL/basic.h>
#include <CGAL/version.h>
#if (CGAL_VERSION_NR < 1030210000)
#error "Incompatible CGAL version"
#elif ((CGAL_VERSION_NR > 1030210000) && (CGAL_VERSION_NR < 1030300000))
#define CGAL_CFG_NO_OPERATOR_TIMES_FOR_SIGN 1
#endif
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_CONFIG_H