diff options
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 |