Removed #include for malloc.h
Apparently some OS' move this to malloc/malloc.h. Since it's not needed lets just get rid of it.
This commit is contained in:
parent
ba3d96c819
commit
e2b9fc75ca
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <ruby.h>
|
||||
#include <ruby/encoding.h>
|
||||
#include <malloc.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "lexer.h"
|
||||
|
|
Loading…
Reference in New Issue