From 7113e0921ad8c1592280ffee9445fab29e66fb7f Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Tue, 25 Nov 2014 11:37:28 +0100 Subject: Was passiert, wenn wir Java begegnen --- geometry/convexHull.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'geometry/convexHull.cpp') diff --git a/geometry/convexHull.cpp b/geometry/convexHull.cpp index 5d6bc16..a2df10a 100644 --- a/geometry/convexHull.cpp +++ b/geometry/convexHull.cpp @@ -1,10 +1,3 @@ -#include -#include -#include -#include -#include -using namespace std; - struct point { double x, y; point(){} point(double x, double y) : x(x), y(y) {} -- cgit v1.2.3