From d9a53c242ea2e1ec9d4d077791f37a12609c6bcd Mon Sep 17 00:00:00 2001 From: dimxy Date: Tue, 30 Apr 2019 15:08:18 +0500 Subject: [PATCH] Revert "try include mini-gmp.c" This reverts commit 00debd2f613be8d3e526b7f042b79394de437da5. --- src/cc/prices.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index a67f4b17f..36214c735 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -18,8 +18,6 @@ #include "mini-gmp.h" -#include "mini-gmp.c" - #define IS_CHARINSTR(c, str) (std::string(str).find((char)(c)) != std::string::npos) typedef struct BetInfo {