mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
window: remove useless import
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
const std = @import("std");
|
||||
|
||||
const parser = @import("../netsurf.zig");
|
||||
const c = @cImport({
|
||||
@cInclude("events/event_target.h");
|
||||
});
|
||||
|
||||
const EventTarget = @import("../dom/event_target.zig").EventTarget;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user