From 49ba03b2a9623fc0bb3860411e983814f6931c14 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sat, 5 Feb 2011 11:54:45 +0000 Subject: [PATCH] comment out obsolete include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@32000 72102866-910b-0410-8b05-ffd578937521 --- GSIndexedSkipList.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GSIndexedSkipList.m b/GSIndexedSkipList.m index 561654c..bb322fa 100644 --- a/GSIndexedSkipList.m +++ b/GSIndexedSkipList.m @@ -28,9 +28,11 @@ #include #include "GSIndexedSkipList.h" +/* This no longer seems to be needed/correct #if defined(__MINGW32__) -#include /* declares rand() */ +#include // declares rand() #endif + */ #define PrettyErr(x) do { fprintf(stderr, "%s:%i: %s\n",__FILE__, __LINE__, x); exit(EXIT_FAILURE); } while (0)