From: Magnus Jacobsson Date: Sun, 20 Feb 2022 09:34:33 +0000 (+0100) Subject: gvc++: include gvc.h without the gvc directory prefix in GVContext.h X-Git-Tag: 3.0.0~14^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1d72435a893702a3410f04135e6cc852f45c8b1;p=graphviz gvc++: include gvc.h without the gvc directory prefix in GVContext.h This makes it possible to use GVContext.h from the install directory where gvc.h is not located under this prefix. Towards https://gitlab.com/graphviz/graphviz/-/issues/2196. --- diff --git a/lib/gvc++/GVContext.h b/lib/gvc++/GVContext.h index e7e893c65..7616dfc02 100644 --- a/lib/gvc++/GVContext.h +++ b/lib/gvc++/GVContext.h @@ -2,7 +2,7 @@ #include -#include +#include #ifdef GVDLL #if gvc___EXPORTS // CMake's substitution of gvc++_EXPORTS