Don't include retro_miscellaneous.h as part of driver.h

This commit is contained in:
twinaphex 2015-12-05 18:47:05 +01:00
parent 05b1097d37
commit d61b491d47
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include <boolean.h>
#include <compat/posix_string.h>
#include <retro_miscellaneous.h>
#include "libretro.h"

View File

@ -25,6 +25,7 @@
#include <boolean.h>
#include <retro_inline.h>
#include <encodings/utf.h>
#include <retro_miscellaneous.h>
#include "../input_keyboard.h"
#include "../input_keymaps.h"