Merge pull request #34 from Xele02/master

Linux build broke correction
This commit is contained in:
Henrik Rydgård 2013-01-20 16:36:58 -08:00
commit 464240f703

View File

@ -32,9 +32,6 @@
#include <algorithm>
#include <string.h> // for memcpy and memset
typedef unsigned long long uint64;
typedef unsigned int uint32;
using namespace std;
static uint64 UNALIGNED_LOAD64(const char *p) {