]> granicus.if.org Git - graphviz/commit
sparse: unconditionally include 'graphviz_exit' from cgraph
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Apr 2022 19:31:35 +0000 (12:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 1 May 2022 04:48:16 +0000 (21:48 -0700)
commitac43f9f6594b0f9bf2b85cad3f8727ce99e63c0b
treeb30af9777632e3c863e8ab06b2e0313132ab400f
parent11a82a88a3bf66bcc2aade705610babd28f8ecc8
sparse: unconditionally include 'graphviz_exit' from cgraph

This fixes a problem encountered in an upcoming commit, that other code cannot
include both this header and cgraph/exit.h if it is building in standalone mode.
cgraph/exit.h is header-only, so should be fine to use even in standalone mode.
lib/sparse/general.h