mirror of https://github.com/CGAL/cgal
Remove #include<CGAL/basic.h> amd put what is needed if something is missing
This commit is contained in:
parent
b8adcc35b5
commit
a1609350aa
|
|
@ -27,6 +27,7 @@
|
|||
#ifndef CGAL_SCALAR_FACTOR_TRAITS_H
|
||||
#define CGAL_SCALAR_FACTOR_TRAITS_H
|
||||
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/Algebraic_structure_traits.h>
|
||||
|
||||
/*! \file NiX/Scalar_factor_traits.h
|
||||
|
|
|
|||
|
|
@ -28,10 +28,10 @@
|
|||
|
||||
// within this file AS ^= Type
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Algebraic_structure_traits.h>
|
||||
//#include <CGAL/Real_embeddable_traits.h>
|
||||
|
||||
#include <CGAL/number_utils.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/use.h>
|
||||
#include <boost/type_traits.hpp>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
// within this file FT ^= Fraction_traits<T>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
#include <CGAL/to_rational.h>
|
||||
#include <CGAL/use.h>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
// within this file FT ^= Fraction_traits<T>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
#include <CGAL/to_rational.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,6 @@
|
|||
// \brief provides test functions for the \c RealEmbeddable concept of
|
||||
// number types.
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <cstddef>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <boost/type_traits.hpp>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/use.h>
|
||||
#include <CGAL/Algebraic_extension_traits.h>
|
||||
#include <CGAL/Sqrt_extension.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/use.h>
|
||||
#include <CGAL/Algebraic_structure_traits.h>
|
||||
#include <cassert>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
// ============================================================================
|
||||
|
||||
#undef NDEBUG
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Chinese_remainder_traits.h>
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
#include <CGAL/CORE_arithmetic_kernel.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/use.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/Coercion_traits.h>
|
||||
#include <cassert>
|
||||
int main(){
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/use.h>
|
||||
#include <CGAL/Real_embeddable_traits.h>
|
||||
#include <cassert>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/use.h>
|
||||
#include <CGAL/int.h>
|
||||
#include <CGAL/Scalar_factor_traits.h>
|
||||
#include <cassert>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
//
|
||||
// ============================================================================
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
#include <CGAL/Algebraic_structure_traits.h>
|
||||
#include <cassert>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
//
|
||||
// ============================================================================
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
#include <CGAL/ipower.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
#define CGAL_AK_ENABLE_DEPRECATED_INTERFACE 1
|
||||
|
||||
#include <CGAL/Algebraic_kernel_d/flags.h>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#define CGAL_TEST_ALL_AK_VARIANTS 1
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Algebraic_kernel_d_1.h>
|
||||
#include <CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h>
|
||||
#include <CGAL/Algebraic_kernel_d/Algebraic_real_rep.h>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
//#define CGAL_AK_ENABLE_DEPRECATED_INTERFACE 1
|
||||
|
||||
#include <CGAL/Algebraic_kernel_d/flags.h>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@
|
|||
This is the test file for the class NiX::Algebraic_real_d_1.
|
||||
*/
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
|
||||
// include these traits here by 'hand', since not in release 3.3
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
// include these traits here by 'hand', since not in release 3.3
|
||||
#include <CGAL/Algebraic_extension_traits.h>
|
||||
#include <CGAL/Scalar_factor_traits.h>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Algebraic_kernel_d/Real_embeddable_extension.h>
|
||||
#include <CGAL/Get_arithmetic_kernel.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@
|
|||
|
||||
#include <CGAL/Algebraic_kernel_d/flags.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
#include <iostream>
|
||||
|
||||
#ifdef CGAL_HAS_CORE_ARITHMETIC_KERNEL
|
||||
|
|
|
|||
|
|
@ -21,10 +21,12 @@
|
|||
//
|
||||
// ============================================================================
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
#include <CGAL/use.h>
|
||||
#include <CGAL/IO/io.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
||||
//#include <CGAL/_test_basic.h>
|
||||
|
||||
#ifndef CGAL_TEST_ALGEBRAIC_CURVE_KERNEL_2_H
|
||||
#define CGAL_TEST_ALGEBRAIC_CURVE_KERNEL_2_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
//
|
||||
// ============================================================================
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
#include <CGAL/use.h>
|
||||
#include <CGAL/Test/_test_real_embeddable.h>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
//
|
||||
// ============================================================================
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
// #include <CGAL/Algebraic_curve_kernel_2/flags.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <sstream>
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
#include <CGAL/Algebraic_kernel_d/Real_embeddable_extension.h>
|
||||
|
|
|
|||
|
|
@ -31,12 +31,8 @@
|
|||
#ifndef CGAL_TEST_REAL_COMPARABLE_H
|
||||
#define CGAL_TEST_REAL_COMPARABLE_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
#include <CGAL/tags.h>
|
||||
/*#include <NiX/basic.h>
|
||||
#include <NiX/NT_traits.h>
|
||||
#include <NiX/number_type_utils.h>*/
|
||||
#include <cstddef>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <boost/type_traits.hpp>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
// TODO: The comments are all original EXACUS comments and aren't adapted. So
|
||||
// they may be wrong now.
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@
|
|||
#ifndef CGAL_NULL_OUTPUT_STREAM_H
|
||||
#define CGAL_NULL_OUTPUT_STREAM_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef CGAL_APOLLONIUS_GRAPH_2_TEST_H
|
||||
#define CGAL_APOLLONIUS_GRAPH_2_TEST_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
#include <CGAL/enum.h>
|
||||
#include <CGAL/use.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <iostream>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
|
||||
#if defined(CGAL_HAS_DEFAULT_ARITHMETIC_KERNEL)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#include <iostream>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/CORE_arithmetic_kernel.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <iostream>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/GMPXX_arithmetic_kernel.h>
|
||||
|
||||
#ifdef CGAL_USE_GMPXX
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <iostream>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/GMP_arithmetic_kernel.h>
|
||||
|
||||
#ifdef CGAL_HAS_GMP_ARITHMETIC_KERNEL
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
#include <CGAL/Get_arithmetic_kernel.h>
|
||||
#include <CGAL/use.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <iostream>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/LEDA_arithmetic_kernel.h>
|
||||
|
||||
#ifdef CGAL_HAS_LEDA_ARITHMETIC_KERNEL
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef CGAL_TEST_ARITHMETIC_KERNEL_H
|
||||
#define CGAL_TEST_ARITHMETIC_KERNEL_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Test/_test_coercion_traits.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#include <list>
|
||||
#include <utility>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Arr_batched_point_location.h>
|
||||
#include <CGAL/Arr_point_location_result.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Timer.h>
|
||||
#include <CGAL/Arr_tags.h>
|
||||
#include <CGAL/Arrangement_on_surface_2.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Timer.h>
|
||||
#include <CGAL/Arrangement_on_surface_2.h>
|
||||
#include <CGAL/Arr_overlay_2.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef CGAL_POINT_LOCATION_DYNAMIC_TEST_H
|
||||
#define CGAL_POINT_LOCATION_DYNAMIC_TEST_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include "Point_location_test.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Timer.h>
|
||||
#include <CGAL/Arrangement_on_surface_2.h>
|
||||
#include <CGAL/Arr_naive_point_location.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef SEGMENT_READER_H
|
||||
#define SEGMENT_READER_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Bbox_2.h>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef CGAL_TRAITS_BASE_TEST_H
|
||||
#define CGAL_TRAITS_BASE_TEST_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef CGAL_TRAITS_TEST_H
|
||||
#define CGAL_TRAITS_TEST_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <list>
|
||||
#include <utility>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Arr_vertical_decomposition_2.h>
|
||||
#include <CGAL/Arr_point_location_result.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
// Constructing an arrangement of polycurves.
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
#ifndef CGAL_USE_CORE
|
||||
#include <iostream>
|
||||
int main()
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <iostream>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#include "test_configuration.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#ifndef CGAL_USE_CORE
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
// Constructing an arrangement of polycurves.
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
#ifndef CGAL_USE_CORE
|
||||
#include <iostream>
|
||||
int main ()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Testing the do_equal function
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
#ifndef CGAL_USE_CORE
|
||||
#include <iostream>
|
||||
int main()
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "test_configuration.h"
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
||||
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "test_configuration.h"
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
||||
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "test_configuration.h"
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
||||
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "test_configuration.h"
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
||||
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#if !defined(CGAL_USE_CORE)
|
||||
int main()
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include "test_configuration.h"
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include "test_configuration.h"
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
* Thus, a special treatment is required.
|
||||
*/
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#ifndef CGAL_USE_CORE
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
* Thus, a special treatment is required.
|
||||
*/
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#ifndef CGAL_USE_CORE
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#include <iostream>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include "test_configuration.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
//
|
||||
// Compatibility: works with or without CGAL
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Min_sphere_of_spheres_d.h>
|
||||
#include <CGAL/Exact_rational.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
//
|
||||
// Compatibility: works with or without CGAL
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Min_sphere_of_spheres_d.h>
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
// Compatibility: works with or without CGAL
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian_d.h>
|
||||
#include <CGAL/Min_sphere_of_spheres_d.h>
|
||||
#include <CGAL/Exact_rational.h>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
// hack to overcome external linkage conflict warning in MIPS
|
||||
#define __SGI_STL_INTERNAL_RELOPS
|
||||
|
||||
#include<CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Exact_rational.h>
|
||||
#include <CGAL/Random.h>
|
||||
|
|
|
|||
|
|
@ -29,9 +29,6 @@
|
|||
// hack to overcome external linkage conflict warning in MIPS
|
||||
#define __SGI_STL_INTERNAL_RELOPS
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
|
||||
#include <cassert>
|
||||
#include<CGAL/Random.h>
|
||||
#include<CGAL/Cartesian.h>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
// implementation: dD Smallest Enclosing Sphere
|
||||
// ============================================================================
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Exact_rational.h>
|
||||
#include<CGAL/Random.h>
|
||||
#include<CGAL/Cartesian.h>
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
#include <CGAL/circulator_bases.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/use.h>
|
||||
#include <CGAL/tags.h>
|
||||
|
||||
#include <cstddef>
|
||||
#include <functional>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
// ============================================================================
|
||||
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
#include <list>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
// ============================================================================
|
||||
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
#include <list>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#include <CGAL/internal/disable_deprecation_warnings_and_errors.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Homogeneous.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Convex_hull_d_traits_3.h>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#include <CGAL/internal/disable_deprecation_warnings_and_errors.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Homogeneous_d.h>
|
||||
#include <CGAL/Cartesian_d.h>
|
||||
#include <CGAL/Delaunay_d.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CGAL_TEST_MACROS_H
|
||||
#define CGAL_TEST_MACROS_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/IO/io.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CGAL_TEST_MACROS_H
|
||||
#define CGAL_TEST_MACROS_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/IO/io.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/double.h>
|
||||
#include <CGAL/Regular_triangulation_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
#include <CGAL/Test/_test_bigfloat_interval_traits.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
#include <CGAL/Interval_nt.h>
|
||||
#include <CGAL/Test/_test_interval_traits.h>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Test/_test_convert_to_bfi.h>
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
#include <CGAL/Interval_nt.h>
|
||||
|
||||
#include <CGAL/Test/_test_convert_to_bfi.h>
|
||||
|
||||
int main(){
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Linear_algebraHd.h>
|
||||
#include <CGAL/Linear_algebraCd.h>
|
||||
#include <CGAL/random_selection.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Homogeneous_d.h>
|
||||
#include <CGAL/Cartesian_d.h>
|
||||
#include <CGAL/simple_transformations_d.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef CGAL_TEST_MACROS_H
|
||||
#define CGAL_TEST_MACROS_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,3 @@
|
|||
//---------------------------------------------------------------------
|
||||
// file generated by notangle from noweb/Kernel_d-tests.lw
|
||||
// please debug or modify noweb file
|
||||
// coding: M. Seel
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Homogeneous_d.h>
|
||||
#include <CGAL/Cartesian_d.h>
|
||||
#include <CGAL/constructions_d.h>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,3 @@
|
|||
//---------------------------------------------------------------------
|
||||
// file generated by notangle from noweb/Kernel_d-tests.lw
|
||||
// please debug or modify noweb file
|
||||
// coding: M. Seel
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Homogeneous_d.h>
|
||||
#include <CGAL/Cartesian_d.h>
|
||||
#include <CGAL/intersections_d.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Double_map.h>
|
||||
#include <utility>
|
||||
#include <CGAL/Random.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Meshes/Filtered_queue_container.h>
|
||||
#include <CGAL/Random.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#ifndef CGAL_USE_CORE
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/minkowski_sum_2.h>
|
||||
#include <CGAL/Small_side_angle_bisector_decomposition_2.h>
|
||||
#include <CGAL/Polygon_triangulation_decomposition_2.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/minkowski_sum_2.h>
|
||||
#include <CGAL/Polygon_vertical_decomposition_2.h>
|
||||
#include <CGAL/Polygon_triangulation_decomposition_2.h>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// release : $CGAL_Revision: $
|
||||
// release_date : $CGAL_Date: $
|
||||
//
|
||||
// file : test_modifier.C
|
||||
// file : test_modifier.cpp
|
||||
// chapter : $CGAL_Chapter: Protected access to the internal repr.$
|
||||
// package : $CGAL_Package: Modifier 1.2 (07 Apr 1999) $
|
||||
// source : modifier.fw
|
||||
|
|
@ -24,8 +24,7 @@
|
|||
// Protected access to the internal representation.
|
||||
// ============================================================================
|
||||
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/Modifier_base.h>
|
||||
|
||||
#include <cassert>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/test_macros.h>
|
||||
#include <CGAL/Extended_homogeneous.h>
|
||||
#include <CGAL/Filtered_extended_homogeneous.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#include <CGAL/Nef_2/Polynomial.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef CGAL_TEST_MACROS_H
|
||||
#define CGAL_TEST_MACROS_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/IO/io.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef CGAL_TEST_MACROS_H
|
||||
#define CGAL_TEST_MACROS_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
#ifdef CGAL_USE_CORE
|
||||
|
||||
#include <CGAL/CORE_BigFloat.h>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
#include <cassert>
|
||||
#ifdef CGAL_USE_CORE
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue