remove extra includes
This commit is contained in:
parent
66486e2cee
commit
b32e5ba64b
@ -1,7 +1,4 @@
|
|||||||
#include "./tox_default_impl.hpp"
|
#include "./tox_default_impl.hpp"
|
||||||
#include "toxcore/tox.h"
|
|
||||||
#include <optional>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
Tox_Connection ToxDefaultImpl::toxSelfGetConnectionStatus(void) {
|
Tox_Connection ToxDefaultImpl::toxSelfGetConnectionStatus(void) {
|
||||||
return tox_self_get_connection_status(_tox);
|
return tox_self_get_connection_status(_tox);
|
||||||
|
Loading…
Reference in New Issue
Block a user