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/{{base}}.h.mustache | |
parent | 909c5db6e7bbc0d3d5d2433a22390eadca745b37 (diff) | |
download | libquotient-0bfc7a22ce93012fed9b3ed4853959cbf6c981d0.tar.gz libquotient-0bfc7a22ce93012fed9b3ed4853959cbf6c981d0.zip |
csapi: Minor cleanup in #includes
Diffstat (limited to 'lib/csapi/{{base}}.h.mustache')
-rw-r--r-- | lib/csapi/{{base}}.h.mustache | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/csapi/{{base}}.h.mustache b/lib/csapi/{{base}}.h.mustache index 7e2ca9d4..0b7de817 100644 --- a/lib/csapi/{{base}}.h.mustache +++ b/lib/csapi/{{base}}.h.mustache @@ -2,11 +2,10 @@ #pragma once {{#operations}}#include "jobs/basejob.h" -{{/operations}} -{{#imports}}#include {{_}} -{{/imports}}{{#models}} -#include "converters.h" +{{/operations}}{{#models}}#include "converters.h" {{/models}} +{{#imports}}#include {{_}} +{{/imports}} namespace QMatrixClient { {{#models}} // Data structures |