]> granicus.if.org Git - graphviz/commitdiff
lib/mingle: [nfc] change C includes to their C++ equivalents
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 6 Jan 2022 05:38:03 +0000 (21:38 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 Jan 2022 16:15:32 +0000 (08:15 -0800)
lib/mingle/ink.cpp

index 2c7caa43d7c6648ba869640754d77afa12c99817..515275434c04942e7a46d36d3a5b00205a892a67 100644 (file)
@@ -8,8 +8,8 @@
  * Contributors: Details at https://graphviz.org
  *************************************************************************/
 
-#include <math.h>
-#include <stdlib.h>
+#include <cmath>
+#include <cstdlib>
 #include <common/types.h>
 #include <common/globals.h>
 #include <sparse/general.h>