Some testsuite files included the wrong header file

This commit is contained in:
Andreas Fabri 2003-09-11 15:26:50 +00:00
parent ad6860e853
commit bd4e24ef75
4 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2.13 (11 September 2003) [af]
- Some testsuite files included the wrong header file
2.12 (8 September 2003) [af]
- Switched to unconditional #include <CGAL/intersection_3_1.C>
as Sun and Sgi CC complain about undefined functions

View File

@ -6,7 +6,7 @@
#include <CGAL/Object.h>
#include <CGAL/Point_3.h>
#include <CGAL/Iso_cuboid_3.h>
#include <CGAL/intersection_3_1.C>
#include <CGAL/intersection_3_1.h>
#include "numrep2.h"
#include <iostream>

View File

@ -5,7 +5,7 @@
#include "numrep1.h"
#include <CGAL/Object.h>
#include <CGAL/Iso_cuboid_3.h>
#include <CGAL/intersection_3_1.C>
#include <CGAL/intersection_3_1.h>
#include "numrep2.h"
#include <iostream>

View File

@ -6,7 +6,7 @@
#include <iostream>
#include <CGAL/Object.h>
#include <CGAL/Iso_cuboid_3.h>
#include <CGAL/intersection_3_1.C>
#include <CGAL/intersection_3_1.h>
#include "numrep2.h"