diff options
Diffstat (limited to 'sinksh')
-rw-r--r-- | sinksh/sinksh_utils.cpp | 2 | ||||
-rw-r--r-- | sinksh/sinksh_utils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sinksh/sinksh_utils.cpp b/sinksh/sinksh_utils.cpp index fa06b34..d5b1c22 100644 --- a/sinksh/sinksh_utils.cpp +++ b/sinksh/sinksh_utils.cpp | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #include "sinksh_utils.h" | 21 | #include "sinksh_utils.h" |
22 | 22 | ||
23 | #include "common/clientapi.h" | 23 | #include "common/store.h" |
24 | 24 | ||
25 | #include "utils.h" | 25 | #include "utils.h" |
26 | 26 | ||
diff --git a/sinksh/sinksh_utils.h b/sinksh/sinksh_utils.h index 3e75e0d..bc4f6e5 100644 --- a/sinksh/sinksh_utils.h +++ b/sinksh/sinksh_utils.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <QSharedPointer> | 24 | #include <QSharedPointer> |
25 | 25 | ||
26 | #include "common/query.h" | 26 | #include "common/query.h" |
27 | #include "common/clientapi.h" | 27 | #include "common/store.h" |
28 | 28 | ||
29 | #include "state.h" | 29 | #include "state.h" |
30 | 30 | ||