mirror of https://github.com/CGAL/cgal
19 lines
477 B
C++
19 lines
477 B
C++
// Copyright (c) 2008 GeometryFactory Sarl (France).
|
|
// All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org).
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
// Author(s) : Andreas Fabri <Andreas.Fabri@geometryfactory.com>
|
|
// Laurent Rineau <Laurent.Rineau@geometryfactory.com>
|
|
|
|
#ifndef CGAL_HEADER_ONLY
|
|
|
|
#include <CGAL/Qt/utility.h>
|
|
#include <CGAL/Qt/utility_impl.h>
|
|
|
|
#endif // CGAL_HEADER_ONLY
|