(configuration.c) Cleanup some header includes

This commit is contained in:
twinaphex 2015-03-21 01:00:02 +01:00
parent 73e3460675
commit 20f1b0f935

View File

@ -18,22 +18,19 @@
#include <file/config_file_macros.h>
#include <compat/strl.h>
#include <compat/posix_string.h>
#include <ctype.h>
#include "config.def.h"
#include <file/file_path.h>
#include "input/input_common.h"
#include "input/input_keymaps.h"
#include "input/input_remapping.h"
#include "gfx/video_viewport.h"
#include "configuration.h"
#include "general.h"
#include "runloop.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <ctype.h>
settings_t g_settings;
struct global g_extern;
struct defaults g_defaults;