diff options
Diffstat (limited to 'graphics/white_dune/files/patch-src__Array.h')
-rw-r--r-- | graphics/white_dune/files/patch-src__Array.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/white_dune/files/patch-src__Array.h b/graphics/white_dune/files/patch-src__Array.h deleted file mode 100644 index c9c7b76f007a..000000000000 --- a/graphics/white_dune/files/patch-src__Array.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Array.h.orig Sat Aug 14 12:22:02 2004 -+++ src/Array.h Sat Aug 14 12:22:40 2004 -@@ -19,6 +19,8 @@ - * Cambridge, MA 02139, USA. - */ - -+#include <cassert> -+ - #ifndef _ARRAY_H - #define _ARRAY_H - |