Remove include overkill.

This commit is contained in:
Philipp Möller 2012-06-22 10:43:25 +00:00
parent 811daa2ad4
commit 6735bd47a4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include <CGAL/Cartesian.h>
#include <CGAL/assertions.h>
#include <CGAL/Modifiable_priority_queue.h>
#include <iostream>
#include <functional>