From 540131bb40419dc7137d7af30b412971295c8d17 Mon Sep 17 00:00:00 2001
From: Anton Gerasimov <anton.gerasimov@dawndata.tech>
Date: Tue, 22 Jun 2021 14:27:25 +0100
Subject: [PATCH] removed unnecessary includes

---
 dap-sdk/core/include/dap_math_ops.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dap-sdk/core/include/dap_math_ops.h b/dap-sdk/core/include/dap_math_ops.h
index 89fd22b46d..20f4250f0c 100755
--- a/dap-sdk/core/include/dap_math_ops.h
+++ b/dap-sdk/core/include/dap_math_ops.h
@@ -1,7 +1,8 @@
 #pragma once
 #include <stdint.h>
 #include "dap_common.h"
-#include <stdint.h>
+#include <stdio.h>
+
 
 
 typedef struct unsign128_t {
-- 
GitLab