mirror of https://github.com/CGAL/cgal
moved a macro around
This commit is contained in:
parent
56e407e468
commit
8519651442
|
|
@ -23,6 +23,9 @@
|
|||
#ifndef CGAL_APOLLONIUS_GRAPH_2_H
|
||||
#define CGAL_APOLLONIUS_GRAPH_2_H
|
||||
|
||||
#define CGAL_APOLLONIUS_GRAPH_IS_HIDDEN_THREE_ARGUMENTS 1
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
#ifndef CGAL_APOLLONIUS_GRAPH_2_IS_HIDDEN_C2_H
|
||||
#define CGAL_APOLLONIUS_GRAPH_2_IS_HIDDEN_C2_H
|
||||
|
||||
#define CGAL_APOLLONIUS_GRAPH_IS_HIDDEN_THREE_ARGUMENTS 1
|
||||
|
||||
#include <CGAL/Apollonius_graph_2/basic.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue