phobos/std/c
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
..
freebsd Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
linux Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
osx Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
windows Fix missing ')' in std.c.windows.com deprecation message. 2016-01-06 12:18:33 -08:00
fenv.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00
locale.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00
math.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00
process.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
stdarg.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00
stddef.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00
stdio.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00
stdlib.d Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
string.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00
time.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00
wcharh.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00