Skip to content

Commit

Permalink
Remove <boost/regex.hpp>
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-murphy authored May 8, 2024
1 parent b8150fa commit 0bd4379
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/graphviz_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,17 @@
// Author: Ronald Garcia

#define BOOST_GRAPHVIZ_USE_ISTREAM
#include <boost/regex.hpp>
#include <boost/graph/graphviz.hpp>
#include <boost/assign/std/map.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/compressed_sparse_row_graph.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/property_map/function_property_map.hpp>

// SEHE: Apparently unused or indirectly included
#include <boost/regex.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/property_map/dynamic_property_map.hpp>
#include <boost/core/lightweight_test.hpp>

#include <algorithm>
#include <string>
#include <iostream>
Expand Down

0 comments on commit 0bd4379

Please sign in to comment.