From b32e5ba64b3d8314c00d93618aabfd6bfe731dae Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 28 Apr 2023 18:32:33 +0200 Subject: [PATCH] remove extra includes --- solanaceae/core/tox_default_impl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/solanaceae/core/tox_default_impl.cpp b/solanaceae/core/tox_default_impl.cpp index b17838c..76f1f6f 100644 --- a/solanaceae/core/tox_default_impl.cpp +++ b/solanaceae/core/tox_default_impl.cpp @@ -1,7 +1,4 @@ #include "./tox_default_impl.hpp" -#include "toxcore/tox.h" -#include -#include Tox_Connection ToxDefaultImpl::toxSelfGetConnectionStatus(void) { return tox_self_get_connection_status(_tox);