mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove header includes
This commit is contained in:
parent
02dc90d7bd
commit
6222badb51
2 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,7 @@
|
|||
#include "performance_counters.h"
|
||||
#include "dynamic.h"
|
||||
#include "content.h"
|
||||
#include "dirs.h"
|
||||
#include "movie.h"
|
||||
#include "paths.h"
|
||||
#include "msg_hash.h"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <compat/strl.h>
|
||||
#include <retro_inline.h>
|
||||
#include <retro_assert.h>
|
||||
#include <lists/dir_list.h>
|
||||
#include <file/file_path.h>
|
||||
#include <queues/message_queue.h>
|
||||
#include <queues/task_queue.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue