mirror of https://github.com/CGAL/cgal
19 lines
345 B
C++
19 lines
345 B
C++
// Copyright (c) 2017 GeometryFactory
|
|
//
|
|
// This file is part of CGAL (www.cgal.org);
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
// Author(s) : Simon Giraudot
|
|
|
|
|
|
#ifndef CGAL_IO_READ_XYZ_POINTS_H
|
|
#define CGAL_IO_READ_XYZ_POINTS_H
|
|
|
|
#include <CGAL/IO/XYZ.h>
|
|
|
|
#endif // CGAL_IO_READ_XYZ_POINTS_H
|
|
|