From e2b9fc75ca26bf7791465a55223cef88b906d50b Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sun, 11 May 2014 21:06:02 +0200 Subject: [PATCH] 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. --- ext/c/liboga.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/c/liboga.h b/ext/c/liboga.h index 0c19c31..e758d3a 100644 --- a/ext/c/liboga.h +++ b/ext/c/liboga.h @@ -3,7 +3,6 @@ #include #include -#include #include #include "lexer.h"