From d37ddc7f29e6d243992e584496b1ee2e48ebf2d4 Mon Sep 17 00:00:00 2001 From: Peter Pettersson Date: Mon, 22 Apr 2013 20:35:41 +0200 Subject: [PATCH] Remove unnecessary include. --- RandomWELL512a_SSE2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/RandomWELL512a_SSE2.cpp b/RandomWELL512a_SSE2.cpp index c1371c9..ba53e32 100644 --- a/RandomWELL512a_SSE2.cpp +++ b/RandomWELL512a_SSE2.cpp @@ -27,7 +27,6 @@ #include "RandomWELL512a_SSE2.h" #include // Needed for rand(). -#include // Needed for memcpy(). RandomWELL512a_SSE2::RandomWELL512a_SSE2(int seed) : index(0)