remove memory.h dependancy

Some embedded (or exotic) systems won't provide this header, and it seems to be unused (since memcpy is in string.h).
Tested on MinGW and VS2015.
pull/666/head
Lectem 2015-09-30 09:16:18 -04:00
parent c65d2dc05c
commit 6f0bc9bcb2
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
#include <sys/types.h>
#include <memory.h>
#include <math.h>
#include <stddef.h>
#include <string.h>