We do not use any of these CCs, and we want to remove gmp as dependency, so convert them to use mini-gmp.h for now

This commit is contained in:
Duke Leto
2020-01-24 07:09:47 -05:00
parent 4d965f53eb
commit aeb30dd8fa
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
#define CC_REWARDS_H
#include "CCinclude.h"
#include <gmp.h>
#include "mini-gmp.h"
#define EVAL_REWARDS 0xe5
#define REWARDSCC_MAXAPR (COIN * 25)