From aff20348a75a463ce15a16cdaff4de4fea36e53d Mon Sep 17 00:00:00 2001 From: Code Quality Immutable RADAR Bot Date: Wed, 22 Jul 2026 02:51:20 -0700 Subject: [PATCH] facebook-unused-include-check in a1cbor.c (#885) Summary: Pull Request resolved: https://github.com/facebook/openzl/pull/885 Reviewed By: daniellerozenblit Differential Revision: D112680572 --- src/openzl/shared/a1cbor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openzl/shared/a1cbor.c b/src/openzl/shared/a1cbor.c index ff0c48a3e..7c3fd7841 100644 --- a/src/openzl/shared/a1cbor.c +++ b/src/openzl/shared/a1cbor.c @@ -8,8 +8,6 @@ #include "openzl/shared/base64.h" -#include "./utils.h" - //////////////////////////////////////// // Constants ////////////////////////////////////////