phobos/std/windows
Sebastian Wilzbach 70f06b2357 Remove old, redundant private import access specifier
Very very old versions of D (well into 0.x) had imports public by default,
like C header files. This modernizes the codebase and removes the
redundant `private` access specifier.
This has been done with:

sed "s/private import/import/g" -i **/*.d
2017-07-11 12:28:39 +02:00
..
charset.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
iunknown.d Fix missing ')' in std.c.windows.com deprecation message. 2016-01-06 12:18:33 -08:00
registry.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
syserror.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00