move struct ImageMetadata to a better place

This commit is contained in:
Kosov Eugene 2016-05-09 00:44:49 +03:00
parent 47c2858647
commit d51c61481f
3 changed files with 9 additions and 8 deletions

View file

@ -2,8 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use image::base::ImageMetadata;
use ipc_channel::ipc::{self, IpcSender};
use msg::constellation_msg::{Image, ImageMetadata};
use msg::constellation_msg::Image;
use std::sync::Arc;
use url::Url;