Skip to content

Commit

Permalink
Never mind that last change.
Browse files Browse the repository at this point in the history
What was I thinking? Was I?
  • Loading branch information
shaleh committed Jan 12, 2020
1 parent 2bd5aec commit 306fb79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust_src/src/image.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//! Functions for image support on window system.

use crate::lisp::LispObject;
use remacs_macros::lisp_fn;

use crate::lisp::LispObject;
use crate::remacs_sys::lookup_image_type;

#[cfg(feature = "glyph-debug")]
Expand Down

0 comments on commit 306fb79

Please sign in to comment.