Fixed some strange build issues.

pull/1392/head
irungentoo 2015-07-20 22:21:53 -04:00
parent 05ad1234d2
commit 553f3ea513
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
4 changed files with 3 additions and 7 deletions

View File

@ -26,6 +26,7 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include "codec.h"
#include "../toxcore/logger.h"
#include "../toxcore/util.h"
@ -37,7 +38,6 @@
#include "msi.h"
#include "rtp.h"
#include "codec.h"
/* Good quality encode. */
#define MAX_DECODE_TIME_US 0

View File

@ -24,11 +24,10 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include "msi.h"
#include "../toxcore/logger.h"
#include "../toxcore/util.h"
#include "msi.h"
#include <unistd.h>
#include <string.h>
#include <stdlib.h>

View File

@ -22,9 +22,6 @@
#ifndef __TOXMSI
#define __TOXMSI
#include <inttypes.h>
#include <pthread.h>
#include "codec.h"
#include "../toxcore/Messenger.h"

View File

@ -23,10 +23,10 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include "rtp.h"
#include "../toxcore/logger.h"
#include "../toxcore/util.h"
#include "rtp.h"
#include <stdlib.h>
void queue_message(RTPSession *_session, RTPMessage *_msg);