Browse Source

Removing dmalloc import left behind by mistake

nelisky 13 years ago
parent
commit
17b9baa9da
1 changed files with 0 additions and 5 deletions
  1. 0 5
      util.c

+ 0 - 5
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"