From b15d5a0b38f6ccacf70ea7dd1ac223fcc6313fdf Mon Sep 17 00:00:00 2001 From: Anton Gerasimov <anton.gerasimov@dawndata.tech> Date: Tue, 22 Jun 2021 14:18:03 +0100 Subject: [PATCH] removed unnecessary includes --- dap-sdk/core/include/dap_math_ops.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dap-sdk/core/include/dap_math_ops.h b/dap-sdk/core/include/dap_math_ops.h index 707f51b04a..89fd22b46d 100755 --- a/dap-sdk/core/include/dap_math_ops.h +++ b/dap-sdk/core/include/dap_math_ops.h @@ -1,13 +1,7 @@ #pragma once #include <stdint.h> #include "dap_common.h" -#include <boost/multiprecision/cpp_int.hpp> #include <stdint.h> -#include <stdio.h> -#include <stdlib.h> -#include <cmath> -#include <iostream> -#include <fstream> typedef struct unsign128_t { -- GitLab