1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Removing dmalloc import left behind by mistake

This commit is contained in:
nelisky 2012-04-20 03:36:42 -07:00
parent 44bcb69ccd
commit 17b9baa9da

5
util.c
View File

@ -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"