Header include cleanups

This commit is contained in:
twinaphex 2015-12-06 13:12:27 +01:00
parent b0fb4f2b6d
commit 6b9100143c
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include <stdint.h>
#include <retro_miscellaneous.h>
#include <boolean.h>
#include "gfx/video_driver.h"
#include "driver.h"

View File

@ -21,7 +21,6 @@
#include "libretro.h"
#include "core_info.h"
#include "core_options.h"
#include "driver.h"
#include "dynamic.h"
#include "system.h"
#include "performance.h"