diff options
Diffstat (limited to 'lib/csapi/{{base}}.h.mustache')
-rw-r--r-- | lib/csapi/{{base}}.h.mustache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csapi/{{base}}.h.mustache b/lib/csapi/{{base}}.h.mustache index a9bed527..2eb2c656 100644 --- a/lib/csapi/{{base}}.h.mustache +++ b/lib/csapi/{{base}}.h.mustache @@ -4,9 +4,9 @@ {{#operations}}#include "jobs/basejob.h" {{/operations}} {{#imports}}#include {{_}} -{{/imports}} -{{#allModels}}#include "converters.h" -{{/allModels}} +{{/imports}}{{#models}} +#include "converters.h" +{{/models}} namespace QMatrixClient { {{#models}} // Data structures |