From af5ffdecae08a57d826548fe3e6909c45292f93f Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 9 Apr 2008 13:11:21 +0000 Subject: [PATCH] Remove useless , now that I removed the need for the only one macro it provided. --- .../CGAL/Segment_Delaunay_graph_2/basic.h | 1 - .../CGAL/Segment_Delaunay_graph_2/config.h | 32 ------------------- 2 files changed, 33 deletions(-) delete mode 100644 Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/config.h diff --git a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/basic.h b/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/basic.h index 396238bfaee..94d682a54ae 100644 --- a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/basic.h +++ b/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/basic.h @@ -22,7 +22,6 @@ #include -#include #include #define CGAL_SEGMENT_DELAUNAY_GRAPH_2_NS \ diff --git a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/config.h b/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/config.h deleted file mode 100644 index 8fece4e965b..00000000000 --- a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/config.h +++ /dev/null @@ -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 - -#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_CONFIG_H -#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_CONFIG_H 1 - -#include -#include - -#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