mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Public headers should not have any internal references
This commit is contained in:
parent
d2ab13c611
commit
4c6dc7a3b7
|
@ -28,7 +28,7 @@
|
|||
#define _MSI_IMPL_H_
|
||||
|
||||
#include <inttypes.h>
|
||||
#include "../toxcore/tox.h"
|
||||
#include "tox.h"
|
||||
#include <pthread.h>
|
||||
|
||||
#define MCBTYPE void
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#define RTP_VERSION 2
|
||||
#include <inttypes.h>
|
||||
#include "../toxcore/tox.h"
|
||||
#include "tox.h"
|
||||
#include <pthread.h>
|
||||
/* Extension header flags */
|
||||
#define RTP_EXT_TYPE_RESOLUTION 0x01
|
||||
|
|
Loading…
Reference in New Issue
Block a user