]> granicus.if.org Git - graphviz/commit
xdot: remove unused Windows.h header
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 26 Apr 2021 02:45:47 +0000 (19:45 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 03:33:09 +0000 (20:33 -0700)
commit8fde34a127db0de69577037c3003ed810974e2f3
tree9c892232e705fcaafdfbe630b72e0e7a89e089ec
parent4d03027bb8b6cb6ec1378dc9466ed15a554b6804
xdot: remove unused Windows.h header

This header is unused and does not need to be included.  Although for
most uses this does not impact anything, attempting to use this in a
Swift program causes problems due to the library being pulled into a
modular build.  This removal allows the use of xdot in Swift.
lib/xdot/xdot.h