From 1dc3784d5a3ef05433bc42318b896ff2a4e149cf Mon Sep 17 00:00:00 2001 From: Kitsune Ral <Kitsune-Ral@users.sf.net> Date: Sun, 6 May 2018 13:53:34 +0900 Subject: lib/csapi/*.mustache: Optimise #includes, eliminate some blank lines --- lib/csapi/{{base}}.h.mustache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/csapi/{{base}}.h.mustache') 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 -- cgit v1.2.3