mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Clean up some code
This commit is contained in:
parent
a51edaa0db
commit
83d41e4588
114 changed files with 172 additions and 279 deletions
1
third_party/dlmalloc/dlmalloc.c
vendored
1
third_party/dlmalloc/dlmalloc.c
vendored
|
@ -2,7 +2,6 @@
|
|||
#include "libc/calls/calls.h"
|
||||
#include "libc/dce.h"
|
||||
#include "libc/errno.h"
|
||||
#include "libc/intrin/kprintf.h"
|
||||
#include "libc/intrin/likely.h"
|
||||
#include "libc/intrin/weaken.h"
|
||||
#include "libc/macros.internal.h"
|
||||
|
|
1
third_party/dlmalloc/statistics.inc
vendored
1
third_party/dlmalloc/statistics.inc
vendored
|
@ -1,4 +1,5 @@
|
|||
// clang-format off
|
||||
#include "libc/intrin/kprintf.h"
|
||||
|
||||
/* ----------------------------- statistics ------------------------------ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue