Fixed some strange build issues.

This commit is contained in:
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" #include "config.h"
#endif /* HAVE_CONFIG_H */ #endif /* HAVE_CONFIG_H */
#include "codec.h"
#include "../toxcore/logger.h" #include "../toxcore/logger.h"
#include "../toxcore/util.h" #include "../toxcore/util.h"
@ -37,7 +38,6 @@
#include "msi.h" #include "msi.h"
#include "rtp.h" #include "rtp.h"
#include "codec.h"
/* Good quality encode. */ /* Good quality encode. */
#define MAX_DECODE_TIME_US 0 #define MAX_DECODE_TIME_US 0

View File

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

View File

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

View File

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