From 1e3083a3728bed949670b0983ece74fc610cc018 Mon Sep 17 00:00:00 2001 From: Essem Date: Thu, 19 May 2022 22:46:09 -0500 Subject: [PATCH] Forgot to remove the debugging header from zamn --- natives/zamn.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/natives/zamn.cc b/natives/zamn.cc index bced37d..a6ccf4f 100644 --- a/natives/zamn.cc +++ b/natives/zamn.cc @@ -1,7 +1,6 @@ #include #include -#include using namespace std; using namespace vips;