From 90eafa5f9e89447c4c19364fd449e8b9279b1a78 Mon Sep 17 00:00:00 2001 From: Ben Magistro Date: Fri, 23 Dec 2022 21:04:13 +0000 Subject: [PATCH] Remove unused boost version header It appears this header is not utilized within this file and does not appear to affect building hyperscan. This also removes a potential recompile path when the boost version changes[1]. [1] https://github.com/boostorg/config/blob/develop/include/boost/version.hpp#L13 Signed-off-by: Ben Magistro --- include/boost-patched/graph/reverse_graph.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost-patched/graph/reverse_graph.hpp b/include/boost-patched/graph/reverse_graph.hpp index 8f98a1d5f..7b7f0ee21 100644 --- a/include/boost-patched/graph/reverse_graph.hpp +++ b/include/boost-patched/graph/reverse_graph.hpp @@ -1,8 +1,6 @@ #ifndef REVERSE_GRAPH_PATCHED_H_ #define REVERSE_GRAPH_PATCHED_H_ -#include - #include #if defined(BOOST_REVGRAPH_PATCH)