Remove unnecessary include.

This commit is contained in:
Peter Pettersson 2013-04-22 20:35:41 +02:00
parent 4d92f13bf0
commit d37ddc7f29
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
#include "RandomWELL512a_SSE2.h"
#include <stdlib.h> // Needed for rand().
#include <memory.h> // Needed for memcpy().
RandomWELL512a_SSE2::RandomWELL512a_SSE2(int seed)
: index(0)