mirror of https://github.com/CGAL/cgal
Remove useless over protection for inclusion
This commit is contained in:
parent
c431563bfd
commit
3cf10fb6ed
|
|
@ -19,9 +19,7 @@
|
||||||
#ifndef CGAL_VISIBILITY_COMPLEX_2_MATROIDAL_ITEMS_H
|
#ifndef CGAL_VISIBILITY_COMPLEX_2_MATROIDAL_ITEMS_H
|
||||||
#define CGAL_VISIBILITY_COMPLEX_2_MATROIDAL_ITEMS_H
|
#define CGAL_VISIBILITY_COMPLEX_2_MATROIDAL_ITEMS_H
|
||||||
|
|
||||||
#ifndef CGAL_VISIBILITY_COMPLEX_2_ITEMS_H
|
|
||||||
#include <CGAL/Visibility_complex_2/Items.h>
|
#include <CGAL/Visibility_complex_2/Items.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
namespace Visibility_complex_2_details {
|
namespace Visibility_complex_2_details {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue