Remove two runloop.h includes

This commit is contained in:
twinaphex 2016-12-02 16:07:33 +01:00
parent 5e10dbf348
commit 4b9571140f
2 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,6 @@
#include "file_path_special.h"
#include "paths.h"
#include "runloop.h"
#include "verbosity.h"
void fill_pathname_expand_special(char *out_path,

View File

@ -26,7 +26,6 @@
#include "../configuration.h"
#include "../driver.h"
#include "../retroarch.h"
#include "../runloop.h"
#include "../list_special.h"
#include "../verbosity.h"