refactor: rename dc_context to context

This commit is contained in:
dignifiedquire
2019-05-27 09:32:50 +02:00
parent 5237c19f4e
commit 22868abe0e
39 changed files with 500 additions and 638 deletions

View File

@@ -1,4 +1,4 @@
use crate::dc_context::*;
use crate::context::*;
use crate::dc_tools::*;
use crate::types::*;
use crate::x::*;