From 629e5365f224ca6e90cffd9461dc7b83ed5dc51d Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 12 Jun 2017 21:38:51 +0200 Subject: Add support for Zstandard compression in the document store. --- staging_vespalib/src/vespa/vespalib/data/databuffer.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'staging_vespalib') diff --git a/staging_vespalib/src/vespa/vespalib/data/databuffer.h b/staging_vespalib/src/vespa/vespalib/data/databuffer.h index a9ed53e2f84..875aa2f0074 100644 --- a/staging_vespalib/src/vespa/vespalib/data/databuffer.h +++ b/staging_vespalib/src/vespa/vespalib/data/databuffer.h @@ -1,10 +1,8 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once -#include -#include -#include -#include +#include +#include #include namespace vespalib { -- cgit v1.2.3