From abf2645099dfe824630accc49795af5706c4cec5 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sun, 12 Nov 2023 19:58:57 +0100 Subject: [PATCH] fix include order --- solanaceae/ngc_ft1/ngcft1.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solanaceae/ngc_ft1/ngcft1.hpp b/solanaceae/ngc_ft1/ngcft1.hpp index 4d30e8d..0502caa 100644 --- a/solanaceae/ngc_ft1/ngcft1.hpp +++ b/solanaceae/ngc_ft1/ngcft1.hpp @@ -2,9 +2,8 @@ // solanaceae port of tox_ngc_ft1 -#include -#include #include +#include #include #include "./cubic.hpp" @@ -16,6 +15,7 @@ #include "./ngcft1_file_kind.hpp" +#include #include #include #include