From 21e5f87d5152a0983386338d16643e471b30ea72 Mon Sep 17 00:00:00 2001 From: Yoshiki Sakamoto Date: Mon, 1 Aug 2022 09:14:41 +0900 Subject: [PATCH] Update test_bqm.hpp --- tests/test_bqm.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_bqm.hpp b/tests/test_bqm.hpp index 3906390e8..57ff86c9a 100644 --- a/tests/test_bqm.hpp +++ b/tests/test_bqm.hpp @@ -16,10 +16,6 @@ #include -#include - -#include - #include #include #include @@ -28,6 +24,10 @@ #include #include +#include + +#include + using json = nlohmann::json; using namespace cimod;