From 5e4a8d7688f3afed176f6ab240ef0e836b9785e6 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 8 Jan 2017 11:42:42 +0100 Subject: [PATCH] TurboPFor: Elias fano encode/decode --- eliasfano.c | 1 - 1 file changed, 1 deletion(-) diff --git a/eliasfano.c b/eliasfano.c index 2bf6ef6..0f062be 100644 --- a/eliasfano.c +++ b/eliasfano.c @@ -32,7 +32,6 @@ #include "conf.h" #include "bitpack.h" -#include "bitunpack.h" #include "bitutil.h" #include "eliasfano.h" #ifdef __SSE42__