Remove .internal from more header filenames

This commit is contained in:
Justine Tunney 2024-08-04 12:52:25 -07:00
parent c265c17d54
commit 31194165d2
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
734 changed files with 779 additions and 778 deletions

View file

@ -17,7 +17,7 @@
*/
#include "libc/log/backtrace.internal.h"
#include "libc/log/check.h"
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/mem/mem.h"
#include "libc/nexgen32e/x86feature.h"
#include "third_party/mbedtls/bignum.h"

View file

@ -19,7 +19,7 @@
#include "libc/serialize.h"
#include "libc/intrin/bsf.h"
#include "libc/intrin/bswap.h"
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/nexgen32e/nexgen32e.h"
#include "libc/nexgen32e/x86feature.h"
#include "libc/runtime/runtime.h"

View file

@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/str/str.h"
#include "third_party/mbedtls/bignum.h"
#include "third_party/mbedtls/bignum_internal.h"

View file

@ -1,6 +1,6 @@
#ifndef COSMOPOLITAN_THIRD_PARTY_MBEDTLS_FASTDIV_H_
#define COSMOPOLITAN_THIRD_PARTY_MBEDTLS_FASTDIV_H_
#include "libc/macros.internal.h"
#include "libc/macros.h"
COSMOPOLITAN_C_START_
struct Divisor {

View file

@ -17,7 +17,7 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/serialize.h"
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/stdio/append.h"
#include "third_party/mbedtls/iana.h"

View file

@ -17,7 +17,7 @@
*/
#include "third_party/mbedtls/sha1.h"
#include "libc/serialize.h"
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/nexgen32e/sha.h"
#include "libc/nexgen32e/x86feature.h"
#include "libc/str/str.h"

View file

@ -17,7 +17,7 @@
*/
#include "third_party/mbedtls/sha256.h"
#include "libc/dce.h"
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/nexgen32e/nexgen32e.h"
#include "libc/nexgen32e/sha.h"
#include "libc/nexgen32e/x86feature.h"

View file

@ -17,7 +17,7 @@
*/
#include "third_party/mbedtls/sha512.h"
#include "libc/literal.h"
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/nexgen32e/nexgen32e.h"
#include "libc/nexgen32e/x86feature.h"
#include "libc/str/str.h"

View file

@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/str/str.h"
#include "third_party/mbedtls/platform.h"
#include "third_party/mbedtls/sha512.h"

View file

@ -16,7 +16,7 @@
limitations under the License.
*/
#include "libc/log/log.h"
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/str/str.h"
#include "libc/time.h"
#include "third_party/mbedtls/common.h"

View file

@ -2,7 +2,7 @@
#include "libc/errno.h"
#include "libc/fmt/conv.h"
#include "libc/limits.h"
#include "libc/macros.internal.h"
#include "libc/macros.h"
#include "libc/sysv/consts/exit.h"
#include "third_party/mbedtls/config.h"
#include "third_party/mbedtls/test/lib.h"