Skip to content

Commit

Permalink
Remove last, superfluous, stdlib.h dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Feb 3, 2019
1 parent 1194b80 commit 32cf372
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/GFp/mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@

#include <GFp/base.h>

#include <stdlib.h>

// GFp_memcmp returns zero iff the |len| bytes at |a| and |b| are equal. It
// takes an amount of time dependent on |len|, but independent of the contents
// of |a| and |b|. Unlike memcmp, it cannot be used to put elements into a
Expand Down

0 comments on commit 32cf372

Please sign in to comment.