summaryrefslogtreecommitdiffstats
path: root/tests/dummyresourcebenchmark.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 11:28:44 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 11:28:44 +0100
commit3cf7d11a7a893447ab8e45c485344fede2afd7bf (patch)
tree9cf7121a2314d9632ca2aac19db36bbc25c2709d /tests/dummyresourcebenchmark.cpp
parent668cead7d8f98615d90dbc933f194105b3cf0bc3 (diff)
downloadsink-3cf7d11a7a893447ab8e45c485344fede2afd7bf.tar.gz
sink-3cf7d11a7a893447ab8e45c485344fede2afd7bf.zip
Stop using clientapi.h
Diffstat (limited to 'tests/dummyresourcebenchmark.cpp')
-rw-r--r--tests/dummyresourcebenchmark.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/dummyresourcebenchmark.cpp b/tests/dummyresourcebenchmark.cpp
index 60ebe74..9afc775 100644
--- a/tests/dummyresourcebenchmark.cpp
+++ b/tests/dummyresourcebenchmark.cpp
@@ -4,7 +4,9 @@
4 4
5#include "dummyresource/resourcefactory.h" 5#include "dummyresource/resourcefactory.h"
6#include "dummyresource/domainadaptor.h" 6#include "dummyresource/domainadaptor.h"
7#include "clientapi.h" 7#include "store.h"
8#include "notifier.h"
9#include "resourcecontrol.h"
8#include "commands.h" 10#include "commands.h"
9#include "entitybuffer.h" 11#include "entitybuffer.h"
10#include "pipeline.h" 12#include "pipeline.h"