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/domainadaptor.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/domainadaptor.h')
-rw-r--r-- | common/domainadaptor.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h index 7e9b171..f9dcc79 100644 --- a/common/domainadaptor.h +++ b/common/domainadaptor.h | |||
@@ -19,17 +19,16 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include "entity_generated.h" | ||
23 | #include <QVariant> | 22 | #include <QVariant> |
24 | #include <QByteArray> | 23 | #include <QByteArray> |
25 | #include <functional> | 24 | #include <functional> |
26 | #include "clientapi.h" //for domain parts | ||
27 | 25 | ||
26 | #include "domain/applicationdomaintype.h" | ||
27 | #include "domain/event.h" | ||
28 | #include "entity_generated.h" | 28 | #include "entity_generated.h" |
29 | #include "metadata_generated.h" | 29 | #include "metadata_generated.h" |
30 | #include "entitybuffer.h" | 30 | #include "entitybuffer.h" |
31 | #include "propertymapper.h" | 31 | #include "propertymapper.h" |
32 | #include "domain/event.h" | ||
33 | #include "log.h" | 32 | #include "log.h" |
34 | 33 | ||
35 | /** | 34 | /** |