refactor(lot): rename dc_lot to lot

This commit is contained in:
dignifiedquire
2019-08-17 15:49:45 +02:00
committed by holger krekel
parent b5c66dd52a
commit 401c5a7cb0
7 changed files with 8 additions and 8 deletions

View File

@@ -2,10 +2,10 @@ use crate::chat::*;
use crate::constants::*;
use crate::contact::*;
use crate::context::*;
use crate::dc_lot::Lot;
use crate::dc_msg::*;
use crate::dc_tools::*;
use crate::error::Result;
use crate::lot::Lot;
use crate::stock::StockMessage;
use std::ptr;