phobos/std/experimental/allocator/building_blocks
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
..
affix_allocator.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
allocator_list.d Sort imports 2017-06-12 07:54:38 +02:00
bitmapped_block.d Sort imports 2017-06-12 07:54:38 +02:00
bucketizer.d Sort imports 2017-06-12 07:54:38 +02:00
fallback_allocator.d Sort imports 2017-06-12 07:54:38 +02:00
free_list.d Bugfix for "undefined identifier _min" in SharedFreeList. 2017-07-10 06:43:11 +02:00
free_tree.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
kernighan_ritchie.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
null_allocator.d
package.d
quantizer.d Sort imports 2017-06-12 07:54:38 +02:00
region.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
scoped_allocator.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
segregator.d Fix DDoc macros 2017-06-30 01:39:24 +02:00
stats_collector.d Sort imports 2017-06-12 07:54:38 +02:00