diff options
Diffstat (limited to 'math/topaz/files/patch-topaz::objectlist.h')
-rw-r--r-- | math/topaz/files/patch-topaz::objectlist.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/topaz/files/patch-topaz::objectlist.h b/math/topaz/files/patch-topaz::objectlist.h deleted file mode 100644 index bad7a9d2ed6f..000000000000 --- a/math/topaz/files/patch-topaz::objectlist.h +++ /dev/null @@ -1,13 +0,0 @@ ---- topaz/objectlist.h.orig Wed Dec 4 23:02:26 2002 -+++ topaz/objectlist.h Fri Dec 27 04:41:21 2002 -@@ -24,6 +24,10 @@ - #if !defined(__objectlist_h) - #define __objectlist_h - -+#include <string> -+ -+using namespace std; -+ - #include "topazcurses.h" - int objectlist(WINDOW *win, int mode, string *objtype); - |