diff --git a/codex-rs/core/src/apply_patch_tests.rs b/codex-rs/core/src/apply_patch_tests.rs index de5f577409..45c13473f8 100644 --- a/codex-rs/core/src/apply_patch_tests.rs +++ b/codex-rs/core/src/apply_patch_tests.rs @@ -1,6 +1,9 @@ use super::*; use async_trait::async_trait; +use codex_exec_server::CopyOptions; +use codex_exec_server::FileMetadata; use codex_exec_server::FileSystemOperationOptions; +use codex_exec_server::ReadDirectoryEntry; use codex_protocol::protocol::SandboxPolicy; use pretty_assertions::assert_eq; use std::path::Path;