Skip to content

Commit

Permalink
Remove leftover references to pstdint.h that break Ubuntu build
Browse files Browse the repository at this point in the history
git-svn-id: http://smhasher.googlecode.com/svn/trunk@92 77a7d1d3-4c08-bdc2-d393-d5859734b01a
  • Loading branch information
tanjent@gmail.com committed Mar 20, 2011
1 parent b379f34 commit 9808b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SuperFastHash.cpp
@@ -1,4 +1,4 @@
#include "pstdint.h"
#include "Platform.h"

/* By Paul Hsieh (C) 2004, 2005. Covered under the Paul Hsieh derivative
license. See:
Expand Down
2 changes: 1 addition & 1 deletion lookup3.cpp
@@ -1,6 +1,6 @@
// lookup3 by Bob Jekins, code is public domain.

#include "pstdint.h"
#include "Platform.h"

#define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k))))

Expand Down

0 comments on commit 9808b17

Please sign in to comment.