blob: 40bd5e3f73ef574d270ba12fdb765cdf3cb42d05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- lib/ContourUtility.cc.orig 2009-07-10 10:25:43.000000000 -0400
+++ lib/ContourUtility.cc 2009-07-10 10:26:31.000000000 -0400
@@ -1,9 +1,9 @@
-#include "ContourUtility.hh"
#include <cmath>
#include <cstdlib>
//#include <iostream>
#include <assert.h>
#include <stdio.h>
+#include "ContourUtility.hh"
void CenterAndReduce(const Contours::Contour& source,
Contours::Contour& dest,
|