Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
e351c829
Commit
e351c829
authored
Nov 23, 2020
by
Alex Henrie
Browse files
Remove unused includes
parent
4e66070a
Changes
42
Hide whitespace changes
Inline
Side-by-side
src/graph/topology/graph_matching.cc
View file @
e351c829
...
...
@@ -19,7 +19,6 @@
#include
"graph.hh"
#include
"graph_properties.hh"
#include
<boost/graph/max_cardinality_matching.hpp>
#include
<boost/graph/maximum_weighted_matching.hpp>
#include
"graph_bipartite_weighted_matching.hh"
...
...
src/graph/topology/graph_transitive_closure.cc
View file @
e351c829
...
...
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include
<boost/python.hpp>
#include
<boost/graph/transitive_closure.hpp>
#include
"graph.hh"
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment