moved a macro around

This commit is contained in:
Menelaos Karavelas 2012-05-22 07:47:27 +00:00
parent 56e407e468
commit 8519651442
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -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>