Skip to content

Commit

Permalink
Remove unnecessary includes from browser-window-c
Browse files Browse the repository at this point in the history
  • Loading branch information
bamidev committed Mar 12, 2024
1 parent c1910e5 commit 314fdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub use core::prelude::*;

pub use browser_window_c::*;
pub(crate) use browser_window_c::{cbw_Dims2D, cbw_Pos2D, cbw_WindowOptions};

pub use super::cookie::*;

Expand Down

0 comments on commit 314fdeb

Please sign in to comment.