From 33aa5bb94109d8cc5d2bffd3529cd4a4d917a2ed Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Thu, 14 Jul 2022 16:43:14 -0700 Subject: [PATCH] Remove a stray reference to half.h in a public header There's no reason to expose this here. --- src/include/OpenImageIO/imagebufalgo_util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/OpenImageIO/imagebufalgo_util.h b/src/include/OpenImageIO/imagebufalgo_util.h index f507c33cc2..8dd6d8ccd0 100644 --- a/src/include/OpenImageIO/imagebufalgo_util.h +++ b/src/include/OpenImageIO/imagebufalgo_util.h @@ -8,7 +8,6 @@ #include -#include #include #include