Skip to content

Commit

Permalink
Merge pull request #64 from darrenldl/no-unistd-h
Browse files Browse the repository at this point in the history
Removed include unistd.h
  • Loading branch information
darrenldl committed Sep 25, 2019
2 parents fa406ee + 4c15ef7 commit 72118dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simd_c/reedsolomon.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
* SOFTWARE
*/

#include <unistd.h>
#include <stdint.h>

#if HAVE_CONFIG_H
Expand All @@ -37,7 +36,6 @@
const size_t len
#define PROTO(name) \
PROTO_RETURN \
__attribute__((nonnull)) \
name (PROTO_ARGS)

PROTO(reedsolomon_gal_mul);
Expand Down

0 comments on commit 72118dc

Please sign in to comment.