Revision: 1020
http://sourceforge.net/p/jazzplusplus/code/1020
Author: pstieber
Date: 2013-04-08 03:57:49 +0000 (Mon, 08 Apr 2013)
Log Message:
-----------
Removed unneeded includes and made a cosmetic change.
Modified Paths:
--------------
trunk/jazz/src/Random.cpp
Modified: trunk/jazz/src/Random.cpp
===================================================================
--- trunk/jazz/src/Random.cpp 2013-04-08 03:56:31 UTC (rev 1019)
+++ trunk/jazz/src/Random.cpp 2013-04-08 03:57:49 UTC (rev 1020)
@@ -25,8 +25,6 @@
#include "Mapper.h"
#include <wx/dcclient.h>
-#include <wx/frame.h>
-#include <wx/scrolwin.h>
#include <cassert>
#include <cstdlib>
@@ -111,7 +109,7 @@
{
i = mArray.size() - 2;
}
- JZMapper Map(i, i + 1, mArray[i], mArray[i+1]);
+ JZMapper Map(i, i + 1, mArray[i], mArray[i + 1]);
return Map.XToY(f);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|