phobos/std/c/linux
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
..
linux.d Sort imports 2017-06-12 07:54:38 +02:00
linuxextern.d Move deprecations along. 2015-12-30 00:18:53 -08:00
pthread.d remove import of deprecated std.c.linux.linux 2017-07-08 20:33:50 +02:00
socket.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
termios.d Move deprecations along. 2015-12-30 00:18:53 -08:00
tipc.d Move deprecations along. 2015-12-30 00:18:53 -08:00