aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r--components/canvas/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs
index 1e5872420bc..5a1716fcd49 100644
--- a/components/canvas/lib.rs
+++ b/components/canvas/lib.rs
@@ -4,11 +4,6 @@
#![deny(unsafe_code)]
-#[macro_use]
-extern crate bitflags;
-#[macro_use]
-extern crate log;
-
mod raqote_backend;
pub use webgl_mode::WebGLComm;