From 0bfc7a22ce93012fed9b3ed4853959cbf6c981d0 Mon Sep 17 00:00:00 2001
From: Kitsune Ral <Kitsune-Ral@users.sf.net>
Date: Sun, 22 Jul 2018 09:11:31 +0900
Subject: csapi: Minor cleanup in #includes

---
 lib/csapi/{{base}}.h.mustache | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

(limited to 'lib/csapi/{{base}}.h.mustache')

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
-- 
cgit v1.2.3