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

@@ -6,13 +6,13 @@ use crate::contact::*;
use crate::dc_job::*;
use crate::dc_jobthread::*;
use crate::dc_loginparam::*;
use crate::dc_lot::Lot;
use crate::dc_move::*;
use crate::dc_msg::*;
use crate::dc_receive_imf::*;
use crate::dc_tools::*;
use crate::imap::*;
use crate::key::*;
use crate::lot::Lot;
use crate::param::Params;
use crate::smtp::*;
use crate::sql::Sql;