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:
Yorick Peterse 2014-05-11 21:06:02 +02:00
parent ba3d96c819
commit e2b9fc75ca
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#include <ruby.h>
#include <ruby/encoding.h>
#include <malloc.h>
#include <stdio.h>
#include "lexer.h"