mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Remove public imports
This commit is contained in:
parent
f225a2f13c
commit
be5eb37617
|
@ -17,7 +17,8 @@
|
|||
|
||||
module poodinis.autowire;
|
||||
|
||||
public import poodinis.container;
|
||||
import poodinis.container;
|
||||
import poodinis.registration;
|
||||
|
||||
import std.exception;
|
||||
import std.stdio;
|
||||
|
|
|
@ -21,8 +21,8 @@ debug {
|
|||
import std.stdio;
|
||||
}
|
||||
|
||||
public import poodinis.registration;
|
||||
public import poodinis.autowire;
|
||||
import poodinis.registration;
|
||||
import poodinis.autowire;
|
||||
|
||||
/**
|
||||
* Exception thrown when errors occur while resolving a type in a dependency container.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* The full terms of the license can be found in the LICENSE file.
|
||||
*/
|
||||
|
||||
import poodinis.autowire;
|
||||
import poodinis;
|
||||
|
||||
import std.exception;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* The full terms of the license can be found in the LICENSE file.
|
||||
*/
|
||||
|
||||
import poodinis.container;
|
||||
import poodinis;
|
||||
|
||||
import std.exception;
|
||||
import core.thread;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* The full terms of the license can be found in the LICENSE file.
|
||||
*/
|
||||
|
||||
import poodinis.registration;
|
||||
import poodinis;
|
||||
|
||||
import std.exception;
|
||||
|
||||
|
|
Loading…
Reference in a new issue