summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-13 17:09:22 +0200
committerGitHub <noreply@github.com>2017-06-13 17:09:22 +0200
commit6a64952133fc05136a0e445851b49bd0fc71c00e (patch)
treeadac15bff93c68cab36a260227aef3045e17901a /staging_vespalib
parent7fb03521cec9c9d299ce9992cc0f92ead6194abd (diff)
parent50d50dacdcc864f5ed6683e8f9887634846bbaae (diff)
Merge pull request #2720 from yahoo/balder/add-zstd-compressor
Balder/add zstd compressor
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/data/databuffer.h6
1 files changed, 2 insertions, 4 deletions
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 <string.h>
-#include <stdint.h>
-#include <stdlib.h>
-#include <assert.h>
+#include <cstring>
+#include <cassert>
#include <vespa/vespalib/util/alloc.h>
namespace vespalib {