zoc: Remove unused import

This commit is contained in:
Joëlle van Essen 2025-03-30 14:42:22 +02:00
parent d3b61c9808
commit 7b5384e33f
No known key found for this signature in database
GPG key ID: 28D3B5CDD4B43882

View file

@ -1,5 +1,4 @@
use std::env;
use std::error::Error;
use std::ffi::{CStr, CString, OsStr};
use std::fs::{self, File};
use std::io::{self, Write};