diff options
author | Jack Lloyd <[email protected]> | 2020-11-05 03:47:06 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-06 11:31:22 -0500 |
commit | a55e4b22b6cbeeb30ca787d4ea4e3933ccccbdf1 (patch) | |
tree | 3d066440f30d30a46179caded3f1273d06a4dd95 /src/lib/utils/info.txt | |
parent | 7c27982e27b953682554de3c4b22843e0e7461e7 (diff) |
Remove deprecated headers, make more headers internal
Now modules default to internal headers instead of defaulting to public; making
a new public API should be a visible and intentional choice.
Brings the public header count from over 300 to around 150.
Also removes the deprecated tls_blocking interface
Diffstat (limited to 'src/lib/utils/info.txt')
-rw-r--r-- | src/lib/utils/info.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/lib/utils/info.txt b/src/lib/utils/info.txt index 93ae795ef..97d0c4487 100644 --- a/src/lib/utils/info.txt +++ b/src/lib/utils/info.txt @@ -6,32 +6,31 @@ load_on always <header:public> assert.h -bswap.h -calendar.h -charset.h compiler.h data_src.h database.h exceptn.h -loadstor.h mem_ops.h -mul128.h mutex.h -parsing.h -rotate.h types.h version.h -stl_compatibility.h </header:public> <header:internal> bit_ops.h +bswap.h +calendar.h +charset.h codec_base.h ct_utils.h donna128.h filesystem.h +loadstor.h +mul128.h os_utils.h +parsing.h prefetch.h +rotate.h rounding.h safeint.h stl_util.h |