]> granicus.if.org Git - graphviz/commit
gvc++: include "gvc.h" instead of <gvc.h> in GVContext.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 20 Feb 2022 10:08:52 +0000 (11:08 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 22 Feb 2022 06:57:01 +0000 (07:57 +0100)
commit07a620dab39a657a9aba5540eef2bafdd38450a0
tree76cf9dc9de4326622bd6155baeb75e2a20526744
parenta5d59fa709517894f250191c02705cd2451f31b9
gvc++: include "gvc.h" instead of <gvc.h> in GVContext.h

This makes it possible to use GVContext.h from the install directory
without the need to specify both "include" and "include/graphviz" as
include directories to the compiler.

Towards https://gitlab.com/graphviz/graphviz/-/issues/2196.
lib/gvc++/GVContext.h