Browse Source

Bugfix: Remove miner.h include from api-example.c since it isn't needed and pulls in libblkmaker

Luke Dashjr 13 years ago
parent
commit
07ce0b6ed2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      api-example.c

+ 0 - 1
api-example.c

@@ -23,7 +23,6 @@
 #include <sys/types.h>
 
 #include "compat.h"
-#include "miner.h"
 
 #if defined(unix)
 	#include <errno.h>