Header cleanups

This commit is contained in:
twinaphex 2015-09-05 20:03:27 +02:00
parent 728d841047
commit e182f32d8c
14 changed files with 22 additions and 30 deletions

View File

@ -15,7 +15,6 @@
*/
#include "font_driver.h"
#include "font_renderer_driver.h"
#include "../general.h"
#ifdef HAVE_D3D

View File

@ -14,7 +14,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "font_renderer_driver.h"
#include "../general.h"
#ifdef HAVE_CONFIG_H

View File

@ -15,14 +15,14 @@
*/
#include <string.h>
#include <string/string_list.h>
#include "video_driver.h"
#include "video_thread_wrapper.h"
#include "video_pixel_converter.h"
#include "video_monitor.h"
#include "../general.h"
#include "../performance.h"
#include "../retroarch.h"
#ifndef MEASURE_FRAME_TIME_SAMPLES_COUNT
#define MEASURE_FRAME_TIME_SAMPLES_COUNT (2 * 1024)

View File

@ -14,16 +14,18 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "video_filter.h"
#include "video_filters/softfilter.h"
#include "../dynamic.h"
#include <stdlib.h>
#include <file/config_file_userdata.h>
#include <file/file_path.h>
#include "../file_ext.h"
#include <file/dir_list.h>
#include "../dynamic.h"
#include "../file_ext.h"
#include "../general.h"
#include "../performance.h"
#include <stdlib.h>
#include "video_filter.h"
#include "video_filters/softfilter.h"
struct rarch_soft_plug
{

View File

@ -14,8 +14,9 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "video_texture.h"
#include <file/file_path.h>
#include "video_texture.h"
#include "video_pixel_converter.h"
#include "video_thread_wrapper.h"

View File

@ -14,12 +14,13 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "video_thread_wrapper.h"
#include "../performance.h"
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include "video_thread_wrapper.h"
#include "../performance.h"
static void *thread_init_never_call(const video_info_t *video,
const input_driver_t **input, void **input_data)
{

View File

@ -15,13 +15,10 @@
*/
#include <string.h>
#include <string/string_list.h>
#include "input_driver.h"
#include "../driver.h"
#include "../general.h"
#include "../libretro.h"
static const input_driver_t *input_drivers[] = {
#ifdef __CELLOS_LV2__

View File

@ -21,7 +21,6 @@
#include <string/string_list.h>
#include "input_hid_driver.h"
#include "../driver.h"
#include "../general.h"
static hid_driver_t *hid_drivers[] = {

View File

@ -14,11 +14,12 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "input_joypad.h"
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "input_joypad.h"
#include "../general.h"
#ifdef HAVE_CONFIG_H
#include "../config.h"

View File

@ -14,12 +14,13 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "input_joypad_driver.h"
#include "input_keymaps.h"
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <string/string_list.h>
#include "input_keymaps.h"
#include "../general.h"
static input_device_driver_t *joypad_drivers[] = {

View File

@ -28,9 +28,7 @@
#include <clamping.h>
#include <rhash.h>
#include "input_overlay.h"
#include "../configuration.h"
#include "../driver.h"
#include "input_common.h"
#define BOX_RADIAL 0x18df06d2U

View File

@ -13,8 +13,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "input_remapping.h"
#include <file/config_file.h>
#include <file/file_path.h>

View File

@ -14,7 +14,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "input_sensor.h"
#include "../driver.h"
/**

View File

@ -18,10 +18,7 @@
#include <string.h>
#include <ctype.h>
#include "keyboard_line.h"
#include "../general.h"
#include "../driver.h"
#include "../retroarch.h"
struct input_keyboard_line
{