aboutsummaryrefslogtreecommitdiff
path: root/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h')
-rw-r--r--graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h12
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
- {