mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #634 from jin-eld/fix-public-headers
Public headers should not have any internal references
This commit is contained in:
commit
cb0316bf2e
|
@ -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