summaryrefslogtreecommitdiffstats
path: root/storageframework/src/vespa/storageframework/storageframework.h
blob: 4ab36fa099fafaf25a2141e0b0358a967f9a4afa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 *
 * This file includes the most common parts used by the framework.
 */

#include <vespa/storageframework/generic/clock/clock.h>
#include <vespa/storageframework/generic/clock/timer.h>
#include <vespa/storageframework/generic/component/component.h>
#include <vespa/storageframework/generic/metric/metricupdatehook.h>
#include <vespa/storageframework/generic/status/htmlstatusreporter.h>
#include <vespa/storageframework/generic/status/statusreportermap.h>
#include <vespa/storageframework/generic/status/xmlstatusreporter.h>
#include <vespa/storageframework/generic/thread/threadpool.h>