#include <utility>
#include <vector>
#include <boost/core/noncopyable.hpp>
-#include <boost/graph/reverse_graph.hpp>
-#include <boost/graph/topological_sort.hpp>
#define NDEBUG_PRINTF(x, ...) \
do { if (0) { DEBUG_PRINTF(x, ## __VA_ARGS__); } } while (0)
#include "ng_redundancy.h"
#include "ng_region.h"
#include "ng_reports.h"
-#include "ng_restructuring.h"
#include "ng_rose.h"
#include "ng_som.h"
#include "ng_som_add_redundancy.h"
#include "ng_holder.h"
#include "ng_prune.h"
#include "ng_region.h"
-#include "ng_restructuring.h"
#include "ng_som_util.h"
#include "ng_util.h"
#include "ng_util.h"
#include <utility>
#include <vector>
#include <boost/core/noncopyable.hpp>
-#include <boost/graph/reverse_graph.hpp>
-#include <boost/graph/topological_sort.hpp>
#include <boost/range/adaptor/map.hpp>
#define STAGE_DEBUG_PRINTF DEBUG_PRINTF
#include "nfagraph/ng_is_equal.h"
#include "nfagraph/ng_limex.h"
#include "nfagraph/ng_prune.h"
-#include "nfagraph/ng_restructuring.h"
#include "nfagraph/ng_uncalc_components.h"
#include "nfagraph/ng_util.h"
#include "util/bitutils.h"
#include "nfa/nfa_internal.h"
#include "nfagraph/ng.h"
#include "nfagraph/ng_limex.h"
-#include "nfagraph/ng_restructuring.h"
#include "nfagraph/ng_util.h"
#include "util/alloc.h"
#include "util/target_info.h"