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

@@ -1,9 +1,9 @@
use std::sync::{Arc, Condvar, Mutex, RwLock};
use crate::chat::*;
use crate::constants::*;
use crate::contact::*;
use crate::dc_array::*;
use crate::dc_chat::*;
use crate::dc_job::*;
use crate::dc_jobthread::*;
use crate::dc_loginparam::*;