]> granicus.if.org Git - graphviz/commit
gvc++: include "AGraph.h" instead of <AGraph.h> in GVLayout.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 20 Feb 2022 10:10:04 +0000 (11:10 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 22 Feb 2022 06:57:02 +0000 (07:57 +0100)
commit8059d2b58e8b58ae58a469f5107753364d6db35d
treefa1c4c7858491d4268c586423e953fc5e8fe63fa
parent07a620dab39a657a9aba5540eef2bafdd38450a0
gvc++: include "AGraph.h" instead of <AGraph.h> in GVLayout.h

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

Fixes https://gitlab.com/graphviz/graphviz/-/issues/2196.
lib/gvc++/GVLayout.h