refactor(location): rename module dc_location -> location

This commit is contained in:
dignifiedquire
2019-08-26 21:09:40 +02:00
parent bb16849eef
commit 23d49560bf
9 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
use crate::dc_location::Location;
use crate::location::Location;
use crate::types::*;
/* * the structure behind dc_array_t */