Move rthreads.h header include to video_thread_wrapper.c
This commit is contained in:
parent
9b65988682
commit
7f433a36d5
|
@ -18,6 +18,8 @@
|
|||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <rthreads/rthreads.h>
|
||||
|
||||
#include "video_thread_wrapper.h"
|
||||
#include "../performance.h"
|
||||
#include "../runloop.h"
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include <boolean.h>
|
||||
|
||||
#include <rthreads/rthreads.h>
|
||||
|
||||
#include "font_driver.h"
|
||||
#include "video_shader_driver.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue