Move header include out of tasks.h

This commit is contained in:
twinaphex 2015-12-04 13:19:53 +01:00
parent 22c08654df
commit 058e941d8a
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,8 @@
#include <compat/strl.h>
#include <retro_endianness.h>
#include <queues/message_queue.h>
#include "tasks.h"
#ifdef HAVE_LIBRETRODB

View File

@ -19,8 +19,6 @@
#include <stdint.h>
#include <boolean.h>
#include <queues/message_queue.h>
#include "../runloop.h"
#define MAX_TOKEN_LEN 255