Browse Source

Removing dmalloc import left behind by mistake

nfactor-troky
nelisky 13 years ago
parent
commit
17b9baa9da
  1. 5
      util.c

5
util.c

@ -30,11 +30,6 @@
# include <winsock2.h> # include <winsock2.h>
# include <mstcpip.h> # include <mstcpip.h>
#endif #endif
#ifdef DMALLOC
#include <stdlib.h>
#include <string.h>
#include <dmalloc.h>
#endif
#include "miner.h" #include "miner.h"
#include "elist.h" #include "elist.h"

Loading…
Cancel
Save