diff options
author | lloyd <[email protected]> | 2013-03-13 14:33:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-13 14:33:04 +0000 |
commit | 35c5cbed2ebe0eb72e2ff665b78a9027d17c19ec (patch) | |
tree | 46b89bdc0bb85231b0dd465e5a208615d1503ce7 /src/utils/info.txt | |
parent | 33c0c05989f9c024ab46d176c2cc1177c3c9d6ec (diff) |
Move assert.h from internal to very public (included in types.h)
This reduces friction to writing an assert, so hopefully there will be
more of them as a result. And we can use asserts in public headers
now, very useful for templates.
Diffstat (limited to 'src/utils/info.txt')
-rw-r--r-- | src/utils/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/info.txt b/src/utils/info.txt index f8202c626..b8e72f42e 100644 --- a/src/utils/info.txt +++ b/src/utils/info.txt @@ -14,7 +14,6 @@ zero_mem.cpp </source> <header:internal> -assert.h bit_ops.h prefetch.h rounding.h @@ -24,6 +23,7 @@ xor_buf.h </header:internal> <header:public> +assert.h bswap.h calendar.h charset.h |