From 0bb867591b5f41dd710dc76513df8ea7a21b18c1 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 5 Jan 2022 21:38:03 -0800 Subject: [PATCH] lib/mingle: [nfc] change C includes to their C++ equivalents --- lib/mingle/ink.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mingle/ink.cpp b/lib/mingle/ink.cpp index 2c7caa43d..515275434 100644 --- a/lib/mingle/ink.cpp +++ b/lib/mingle/ink.cpp @@ -8,8 +8,8 @@ * Contributors: Details at https://graphviz.org *************************************************************************/ -#include -#include +#include +#include #include #include #include -- 2.40.0