remove extra includes

This commit is contained in:
Green Sky 2023-04-28 18:32:33 +02:00
parent 66486e2cee
commit b32e5ba64b
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,4 @@
#include "./tox_default_impl.hpp"
#include "toxcore/tox.h"
#include <optional>
#include <vector>
Tox_Connection ToxDefaultImpl::toxSelfGetConnectionStatus(void) {
return tox_self_get_connection_status(_tox);