mirror of https://github.com/CGAL/cgal
21 lines
477 B
C++
21 lines
477 B
C++
// Copyright (c) 2007 INRIA Sophia-Antipolis (France).
|
|
// 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) : Sylvain Pion
|
|
|
|
#ifndef CGAL_TESTSUITE_USE_H
|
|
#define CGAL_TESTSUITE_USE_H
|
|
|
|
// This is a wrapper file, for backward compatibility.
|
|
// The macro CGAL_USE is now defined in <CGAL/use.h>
|
|
|
|
#include <CGAL/use.h>
|
|
|
|
#endif // CGAL_TESTSUITE_USE_H
|