Commit 17b9baa9dad5ccaaef8fe07dc3df5ebeb453bbc1

nelisky 2012-04-20T03:36:42

Removing dmalloc import left behind by mistake

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/util.c b/util.c
index d59fc16..5257f5c 100644
--- a/util.c
+++ b/util.c
@@ -30,11 +30,6 @@
 # include <winsock2.h>
 # include <mstcpip.h>
 #endif
-#ifdef DMALLOC
-#include <stdlib.h>
-#include <string.h>
-#include <dmalloc.h>
-#endif
 
 #include "miner.h"
 #include "elist.h"