Skip to content

Commit 8b4453f

Browse files
committed
crypto: do not include gmp.h
It is unused.
1 parent 8f2b2f1 commit 8b4453f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/engine/qcommon/crypto.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2727
#include "q_shared.h"
2828
#include "qcommon.h"
2929

30-
#pragma warning(push)
31-
#pragma warning(disable : 4146) // "unary minus operator applied to unsigned type, result still unsigned"
32-
#include <gmp.h>
33-
#pragma warning(pop)
34-
3530
#include <nettle/bignum.h>
3631
#include <nettle/rsa.h>
3732
#include <nettle/buffer.h>

0 commit comments

Comments
 (0)