From 798271a7a1b9ba66f10097a9195e9b5ac2b093ea Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 25 Feb 2022 21:58:20 -0800 Subject: [PATCH] gvc++: [nfc] reorder GVLayout.h includes for clang-format --- lib/gvc++/GVLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvc++/GVLayout.h b/lib/gvc++/GVLayout.h index f9b84b4d5..9c816b9ae 100644 --- a/lib/gvc++/GVLayout.h +++ b/lib/gvc++/GVLayout.h @@ -2,9 +2,9 @@ #include +#include "AGraph.h" #include "GVContext.h" #include "GVRenderData.h" -#include "AGraph.h" #ifdef GVDLL #if gvc___EXPORTS // CMake's substitution of gvc++_EXPORTS -- 2.40.0