Move debug printer code to own header
This commit is contained in:
committed by
Patrick Niklaus
parent
83d7a57b73
commit
e7bb612050
@@ -1,6 +1,8 @@
|
||||
#include "partitioner/bisection_graph.hpp"
|
||||
#include "partitioner/graph_generator.hpp"
|
||||
|
||||
#include "util/debug.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#include "partitioner/graph_generator.hpp"
|
||||
#include "partitioner/recursive_bisection_state.hpp"
|
||||
|
||||
#include "util/debug.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <climits>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user