Reduce header dependencies

This commit is contained in:
twinaphex 2014-10-26 01:15:41 +02:00
parent b437565059
commit dc0688f57f
3 changed files with 2 additions and 3 deletions

View File

@ -16,6 +16,7 @@
#include "state_tracker.h"
#include <stdlib.h>
#include <compat/strl.h>
#include "../general.h"
#include "../input/input_common.h"
#ifdef HAVE_PYTHON

View File

@ -20,7 +20,6 @@
#include <ctype.h>
#include "../general.h"
#include "../driver.h"
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif

View File

@ -18,10 +18,9 @@
#include "input_autodetect.h"
#include "input_context.h"
#include "../driver.h"
#include <file/config_file.h>
#include "../general.h"
#include <stdint.h>
#include "../driver.h"
#ifdef __cplusplus
extern "C" {