refactor: remove dc prefix from keyring and keyhistory

This commit is contained in:
dignifiedquire
2019-05-27 09:35:03 +02:00
parent 22868abe0e
commit 2d3eae4e1e
7 changed files with 6 additions and 6 deletions

View File

@@ -17,13 +17,13 @@ use mmime::{mailmime_substitute, MAILIMF_NO_ERROR, MAIL_NO_ERROR};
use crate::aheader::*;
use crate::context::Context;
use crate::dc_keyring::*;
use crate::dc_log::*;
use crate::dc_mimeparser::*;
use crate::dc_securejoin::*;
use crate::dc_sqlite3::*;
use crate::dc_tools::*;
use crate::key::*;
use crate::keyring::*;
use crate::peerstate::*;
use crate::pgp::*;
use crate::types::*;