Remove references to malloc.h closes #28

This commit is contained in:
nemerle
2017-02-07 12:09:58 +01:00
parent 4656db9484
commit 29efcd5be1
3 changed files with 4 additions and 8 deletions

View File

@@ -10,7 +10,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <string.h>
#include <algorithm>
@@ -22,7 +21,7 @@
void saveFile(FILE *fl, const PerfectHash &p_hash, PatternCollector *coll); /* Save the info */
int numKeys; /* Number of useful codeview symbols */
static int numKeys; /* Number of useful codeview symbols */
static void printUsage(bool longusage) {