Use fewer header files
Removing some includes to reduce the code that is dragged in.
This commit is contained in:
committed by
Matthew Parkinson
parent
30ad9722a7
commit
4faf9f3bee
@@ -5,10 +5,11 @@
|
||||
# include "../mem/allocconfig.h"
|
||||
|
||||
# include <pthread.h>
|
||||
# include <stdio.h>
|
||||
# include <strings.h>
|
||||
# include <sys/mman.h>
|
||||
|
||||
int puts ( const char * str );
|
||||
|
||||
namespace snmalloc
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
# include "../ds/bits.h"
|
||||
# include "../mem/allocconfig.h"
|
||||
|
||||
# include <pthread.h>
|
||||
# include <stdio.h>
|
||||
# include <strings.h>
|
||||
# include <sys/mman.h>
|
||||
|
||||
@@ -4,10 +4,11 @@
|
||||
# include "../ds/bits.h"
|
||||
# include "../mem/allocconfig.h"
|
||||
|
||||
# include <stdio.h>
|
||||
# include <string.h>
|
||||
# include <sys/mman.h>
|
||||
|
||||
int puts ( const char * str );
|
||||
|
||||
namespace snmalloc
|
||||
{
|
||||
class PALLinux
|
||||
|
||||
Reference in New Issue
Block a user