Weird regression fixed

This commit is contained in:
twinaphex 2015-11-30 06:57:58 +01:00
parent 3ea560d516
commit 91b40523bd
4 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,6 @@
#include <boolean.h>
#include "libretro.h"
#include "driver.h"
#include "gfx/video_driver.h"
#ifdef HAVE_CONFIG_H
#include "config.h"

View File

@ -20,7 +20,6 @@
#include <stdint.h>
#include <retro_miscellaneous.h>
#include "driver.h"
#include "gfx/video_driver.h"
#ifndef MAX_USERS
#define MAX_USERS 16

View File

@ -29,6 +29,7 @@
#include "frontend/frontend_driver.h"
#include "ui/ui_companion_driver.h"
#include "gfx/video_driver.h"
#include "gfx/font_renderer_driver.h"
#include "camera/camera_driver.h"

View File

@ -19,7 +19,7 @@
#include <boolean.h>
#include "video_driver.h"
#include "../driver.h"
#ifdef HAVE_CONFIG_H
#include "../config.h"