diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 11:28:44 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 11:28:44 +0100 |
commit | 3cf7d11a7a893447ab8e45c485344fede2afd7bf (patch) | |
tree | 9cf7121a2314d9632ca2aac19db36bbc25c2709d /tests/databasepopulationandfacadequerybenchmark.cpp | |
parent | 668cead7d8f98615d90dbc933f194105b3cf0bc3 (diff) | |
download | sink-3cf7d11a7a893447ab8e45c485344fede2afd7bf.tar.gz sink-3cf7d11a7a893447ab8e45c485344fede2afd7bf.zip |
Stop using clientapi.h
Diffstat (limited to 'tests/databasepopulationandfacadequerybenchmark.cpp')
-rw-r--r-- | tests/databasepopulationandfacadequerybenchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/databasepopulationandfacadequerybenchmark.cpp b/tests/databasepopulationandfacadequerybenchmark.cpp index 93f15cb..63daebc 100644 --- a/tests/databasepopulationandfacadequerybenchmark.cpp +++ b/tests/databasepopulationandfacadequerybenchmark.cpp | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <common/synclistresult.h> | 10 | #include <common/synclistresult.h> |
11 | #include <common/definitions.h> | 11 | #include <common/definitions.h> |
12 | #include <common/query.h> | 12 | #include <common/query.h> |
13 | #include <common/clientapi.h> | 13 | #include <common/store.h> |
14 | 14 | ||
15 | #include "hawd/dataset.h" | 15 | #include "hawd/dataset.h" |
16 | #include "hawd/formatter.h" | 16 | #include "hawd/formatter.h" |