diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-13 01:27:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-13 01:27:21 +0200 |
commit | b6d5d206de4d02149c6530236154283bf834087a (patch) | |
tree | 0d57764b674df3ffee1df3f3e9fb1690ae06bbdc /common/resultprovider.h | |
parent | 7c9ae062101b5dc8f963c70fb753f8346a9b5c48 (diff) | |
download | sink-b6d5d206de4d02149c6530236154283bf834087a.tar.gz sink-b6d5d206de4d02149c6530236154283bf834087a.zip |
Untangled the include dependencies a bit.
We no longer depend on clientapi.h from everywhere.
Diffstat (limited to 'common/resultprovider.h')
-rw-r--r-- | common/resultprovider.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/resultprovider.h b/common/resultprovider.h index a375815..841fd01 100644 --- a/common/resultprovider.h +++ b/common/resultprovider.h | |||
@@ -24,7 +24,9 @@ | |||
24 | #include <memory> | 24 | #include <memory> |
25 | #include "threadboundary.h" | 25 | #include "threadboundary.h" |
26 | 26 | ||
27 | namespace async { | 27 | using namespace async; |
28 | |||
29 | namespace Akonadi2 { | ||
28 | 30 | ||
29 | /** | 31 | /** |
30 | * Query result set | 32 | * Query result set |