]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
remove unused includes
authorAlex Coyte <a.coyte@intel.com>
Wed, 28 Sep 2016 03:56:15 +0000 (13:56 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Fri, 28 Oct 2016 03:52:56 +0000 (14:52 +1100)
src/nfagraph/ng_rose.cpp
src/nfagraph/ng_som.cpp
src/nfagraph/ng_squash.cpp
src/nfagraph/ng_violet.cpp
src/rose/rose_build_role_aliasing.cpp
unit/internal/limex_nfa.cpp

index 108134a6ff92b9077d9f703458c9b8aa93c9e7c6..46f180a8a2bb0e020674568e18bd263cc7b22a99 100644 (file)
@@ -68,8 +68,6 @@
 #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)
index ed2942bb1b0e24f555d8099d5d2c9dac8cfb18ec..09687c4f8af3c4747dff0d9012f58aa1cb43b4b5 100644 (file)
@@ -40,7 +40,6 @@
 #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"
index 6577673f5ca078695e54419f4220f59199cb0d59..21703f8b0eaeb5ba32b0234edad8cc779940cb27 100644 (file)
 #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"
index 538c945d87f14e6f70387c37f3211be3c53b219a..9c99ba8a5bc2c4b5e7587611403d3765e1ca3adb 100644 (file)
@@ -67,8 +67,6 @@
 #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
index 6a0c767d322b17be2056b41e547952d310794ca6..4757eb112bfa7a5571d26179dd0e8b00c20d027c 100644 (file)
@@ -40,7 +40,6 @@
 #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"
index 1c74279308f0f3e7edb05372717d9acb33edb1c0..804fcb1f2e95384edfd17338ee25a390cea42c74 100644 (file)
@@ -37,7 +37,6 @@
 #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"