diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-22 09:11:31 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-22 09:11:31 +0900 |
commit | 0bfc7a22ce93012fed9b3ed4853959cbf6c981d0 (patch) | |
tree | 71aac452621597c6cece5410e494e2abf9fa7c14 /lib/csapi/definitions/push_ruleset.h | |
parent | 909c5db6e7bbc0d3d5d2433a22390eadca745b37 (diff) | |
download | libquotient-0bfc7a22ce93012fed9b3ed4853959cbf6c981d0.tar.gz libquotient-0bfc7a22ce93012fed9b3ed4853959cbf6c981d0.zip |
csapi: Minor cleanup in #includes
Diffstat (limited to 'lib/csapi/definitions/push_ruleset.h')
-rw-r--r-- | lib/csapi/definitions/push_ruleset.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csapi/definitions/push_ruleset.h b/lib/csapi/definitions/push_ruleset.h index 5e8bc02d..a5e9ff2c 100644 --- a/lib/csapi/definitions/push_ruleset.h +++ b/lib/csapi/definitions/push_ruleset.h @@ -4,13 +4,12 @@ #pragma once +#include "converters.h" #include <QtCore/QVector> #include "converters.h" #include "csapi/definitions/push_rule.h" -#include "converters.h" - namespace QMatrixClient { // Data structures |