options: we don't need the crc32c verify include
authorJens Axboe <axboe@fb.com>
Wed, 30 Dec 2015 16:23:13 +0000 (09:23 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 30 Dec 2015 16:23:13 +0000 (09:23 -0700)
We used to test for the availability of the hw accellerated code,
but that happens elsewhere now.

Signed-off-by: Jens Axboe <axboe@fb.com>
options.c

index a60b6e195c5506844bd3c06489085a04fb87516e..13f99157f96eb23fd43a227d4dc8378f3ebc6e0a 100644 (file)
--- a/options.c
+++ b/options.c
@@ -18,8 +18,6 @@
 #include "options.h"
 #include "optgroup.h"
 
 #include "options.h"
 #include "optgroup.h"
 
-#include "crc/crc32c.h"
-
 char client_sockaddr_str[INET6_ADDRSTRLEN] = { 0 };
 
 struct pattern_fmt_desc fmt_desc[] = {
 char client_sockaddr_str[INET6_ADDRSTRLEN] = { 0 };
 
 struct pattern_fmt_desc fmt_desc[] = {