refactor(chat): rename dc_chat to chat

This commit is contained in:
dignifiedquire
2019-08-14 20:50:33 +02:00
parent c8ce099f22
commit 64117c2964
18 changed files with 57 additions and 57 deletions

View File

@@ -3,10 +3,10 @@ use std::ffi::CString;
use quick_xml;
use quick_xml::events::{BytesEnd, BytesStart, BytesText};
use crate::chat::*;
use crate::constants::Event;
use crate::constants::*;
use crate::context::*;
use crate::dc_chat::*;
use crate::dc_job::*;
use crate::dc_msg::*;
use crate::dc_tools::*;