diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h')
-rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h deleted file mode 100644 index 3b32c719057d..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/ComplexNode.h.orig Fri Oct 24 22:31:06 2003 -+++ lib/fractal/ComplexNode.h Tue Mar 2 23:05:13 2004 -@@ -3,7 +3,8 @@ - - #include "dcomplex.h" - --class ostream; -+#include <iostream> -+using namespace std; - - class ComplexNode - { |