diff options
Diffstat (limited to 'src/sdp/meta/package.d')
-rw-r--r-- | src/sdp/meta/package.d | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/sdp/meta/package.d b/src/sdp/meta/package.d deleted file mode 100644 index fcc6b13..0000000 --- a/src/sdp/meta/package.d +++ /dev/null @@ -1,17 +0,0 @@ -module sdp.meta; -public import - sdp.meta.defaults, - sdp.meta.rgx; -/+ std +/ -public import - std.array, - std.exception, - std.range, - std.regex, - std.stdio, - std.string, - std.traits, - std.typecons, - // std.uni, - std.utf, - std.conv : to; |