]> granicus.if.org Git - graphviz/commit
Remove `#ifdef _UWIN` block with hard path include
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 9 Feb 2017 06:57:08 +0000 (07:57 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 6 Mar 2017 10:12:55 +0000 (11:12 +0100)
commit6fdf994b25f8cd7025148d4f09a461f560615242
tree2fcbc36e479b2c015709f88b331a827e9d6487ff
parent0330a4d918dcbf6edb1ce46956a20bde9a2444f9
Remove `#ifdef _UWIN` block with hard path include

The header globals.h had an `#ifdef _UWIN` block at the top. This block
had an include with a hard path, which is a bad idea. Since it has
been 12 years since this block has been modified an UWIN isn't used in
the current build, we remove this block.
lib/common/globals.h