Cleanup some header includes

This commit is contained in:
twinaphex 2015-04-07 22:21:08 +02:00
parent 052086b9d4
commit 2fbc79e9f3
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include "../../general.h"
#include <file/config_file.h>
#include "../../content.h"
#include "../frontend.h"
#include "../frontend_driver.h"
static void emscripten_mainloop(void)
{

View File

@ -21,7 +21,6 @@
#include "../dynamic.h"
#include "../frontend/frontend.h"
#include "../../retroarch.h"
#include "../../runloop.h"
#include "../../performance.h"
#include <file/file_path.h>