Merge pull request #634 from jin-eld/fix-public-headers

Public headers should not have any internal references
This commit is contained in:
irungentoo 2013-10-28 05:32:48 -07:00
commit cb0316bf2e
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#define _MSI_IMPL_H_
#include <inttypes.h>
#include "../toxcore/tox.h"
#include "tox.h"
#include <pthread.h>
#define MCBTYPE void

View File

@ -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