Skip to content

Commit

Permalink
Update test_bqm.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
29rou authored Aug 1, 2022
1 parent ec86a11 commit 21e5f87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_bqm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

#include <gtest/gtest.h>

#include <cimod/binary_quadratic_model.hpp>

#include <nlohmann/json.hpp>

#include <unordered_map>
#include <utility>
#include <vector>
Expand All @@ -28,6 +24,10 @@
#include <iostream>
#include <tuple>

#include <nlohmann/json.hpp>

#include <cimod/binary_quadratic_model.hpp>

using json = nlohmann::json;
using namespace cimod;

Expand Down

0 comments on commit 21e5f87

Please sign in to comment.