Merge pull request #666 from Lectem/patch-1

remove memory.h dependancy
pull/640/head
Alexander Gessler 2015-10-07 01:37:14 +02:00
commit 1f113ca5ff
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Some runtime headers // Some runtime headers
#include <sys/types.h> #include <sys/types.h>
#include <memory.h>
#include <math.h> #include <math.h>
#include <stddef.h> #include <stddef.h>
#include <string.h> #include <string.h>