fix headers

This commit is contained in:
Sébastien Loriot 2018-02-05 18:45:18 +01:00 committed by Andreas Fabri
parent c5367399ab
commit 72cdc05152
7 changed files with 21 additions and 11 deletions

View File

@ -1,6 +1,4 @@
#ifndef CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H
#define CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
@ -20,6 +18,10 @@
//
//
// Author(s) : Maxime Gimeno
#ifndef CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H
#define CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H
#include <CGAL/Iso_cuboid_3.h>
#include <CGAL/Point_3.h>
#include <CGAL/Intersection_traits_3.h>

View File

@ -1,4 +1,4 @@
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
@ -18,12 +18,14 @@
//
//
// Author(s) : Maxime Gimeno
#ifndef CGAL_POINT_3_LINE_3_INTERSECTION_H
#define CGAL_POINT_3_LINE_3_INTERSECTION_H
#include <CGAL/Line_3.h>
#include <CGAL/Point_3.h>
#include <CGAL/Intersection_traits_3.h>
namespace CGAL {
namespace internal {

View File

@ -1,4 +1,4 @@
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
@ -18,12 +18,14 @@
//
//
// Author(s) : Maxime Gimeno
#ifndef CGAL_POINT_3_PLANE_3_INTERSECTION_H
#define CGAL_POINT_3_PLANE_3_INTERSECTION_H
#include <CGAL/Plane_3.h>
#include <CGAL/Point_3.h>
#include <CGAL/Intersection_traits_3.h>
namespace CGAL {
namespace internal {

View File

@ -1,4 +1,4 @@
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or

View File

@ -1,4 +1,4 @@
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
@ -18,8 +18,10 @@
//
//
// Author(s) : Maxime Gimeno
#ifndef CGAL_POINT_3_RAY_3_INTERSECTION_H
#define CGAL_POINT_3_RAY_3_INTERSECTION_H
#include <CGAL/Ray_3.h>
#include <CGAL/Point_3.h>
#include <CGAL/Intersection_traits_3.h>

View File

@ -1,6 +1,4 @@
#ifndef CGAL_POINT_3_SEGMENT_3_INTERSECTION_H
#define CGAL_POINT_3_SEGMENT_3_INTERSECTION_H
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
@ -20,6 +18,10 @@
//
//
// Author(s) : Maxime Gimeno
#ifndef CGAL_POINT_3_SEGMENT_3_INTERSECTION_H
#define CGAL_POINT_3_SEGMENT_3_INTERSECTION_H
#include <CGAL/Segment_3.h>
#include <CGAL/Point_3.h>
#include <CGAL/Intersection_traits_3.h>

View File

@ -1,5 +1,5 @@
// Copyright (c) 2008 INRIA Sophia-Antipolis (France), ETH Zurich (Switzerland).
// Copyright (c) 2010, 2014 GeometryFactory Sarl (France).
// Copyright (c) 2010, 2014 GeometryFactory Sarl (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or