Public headers should not have any internal references

This commit is contained in:
Jin^eLD 2013-10-28 13:15:59 +01:00
parent d2ab13c611
commit 4c6dc7a3b7
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