DEADSOFTWARE

Drop non-standard `malloc.h` include
[flatwaifu.git] / src / memory.c
index 23e5cbd3634f7541950dfcd6ce9834496cf8dc6a..5c7953cc813ee93a99753ff327c2618352bd54da 100644 (file)
@@ -1,7 +1,6 @@
 /*
    Copyright (C) Prikol Software 1996-1997
    Copyright (C) Aleksey Volynskov 1996-1997
-   Copyright (C) <ARembo@gmail.com> 2011
 
    This file is part of the Doom2D:Rembo project.
 
@@ -23,7 +22,6 @@
 #include "glob.h"
 #include <stdio.h>
 #include <stdlib.h>
-#include <malloc.h>
 #include <string.h>
 #include "error.h"
 #include "files.h"