mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-17 00:41:11 +00:00
Remove unnecessary <malloc.h> include which is not found on Mac
This commit is contained in:
parent
5360d05867
commit
ced6b097b4
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
#include "StringUtils.h"
|
#include "StringUtils.h"
|
||||||
|
|
||||||
#include <malloc.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue