mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Remove unused #includes
This commit is contained in:
parent
834f8770ee
commit
a5288ca934
1 changed files with 0 additions and 2 deletions
|
|
@ -12,7 +12,6 @@
|
|||
# include <sys/uio.h>
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
|
@ -20,7 +19,6 @@
|
|||
#ifndef SIZE_T_MAX
|
||||
# define SIZE_T_MAX SIZE_MAX
|
||||
#endif
|
||||
#include <sched.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue