phobos/std/experimental/allocator
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
..
building_blocks Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
common.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
gc_allocator.d Fix style problems in std.experimental.allocator.gc_allocator 2017-04-05 10:55:22 -04:00
mallocator.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
mmap_allocator.d Replace LUCKY links with actual links 2017-02-28 23:46:54 +01:00
package.d avoid redundant TLS reads 2017-06-29 02:08:44 +02:00
showcase.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
typed.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00