mirror of https://github.com/CGAL/cgal
23 lines
563 B
C++
23 lines
563 B
C++
// Copyright (c) 1999-2004
|
|
// Utrecht University (The Netherlands),
|
|
// ETH Zurich (Switzerland),
|
|
// INRIA Sophia-Antipolis (France),
|
|
// Max-Planck-Institute Saarbruecken (Germany),
|
|
// and Tel-Aviv University (Israel). All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org)
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
//
|
|
// Author(s) : Andreas Fabri, Herve Bronnimann, Sylvain Pion
|
|
|
|
#ifndef CGAL_HEADER_ONLY
|
|
|
|
#include <CGAL/IO/Geomview_stream.h>
|
|
#include <CGAL/IO/Geomview_stream_impl.h>
|
|
|
|
#endif
|