From ec86a11688c7b5dbd5eb01aec339c7d1de900782 Mon Sep 17 00:00:00 2001 From: Yoshiki Sakamoto Date: Mon, 1 Aug 2022 09:13:59 +0900 Subject: [PATCH] Update test.cpp --- tests/test.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test.cpp b/tests/test.cpp index 1a75fe978..516ae72f8 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -14,12 +14,6 @@ #include -#include -#include -#include - -#include "test_bqm.hpp" - #include #include @@ -30,6 +24,12 @@ #include #include +#include +#include +#include + +#include "test_bqm.hpp" + using json = nlohmann::json; using namespace cimod;