mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
header include cleanups
This commit is contained in:
parent
f44fbe9d18
commit
c97aa5e7ea
@ -14,11 +14,15 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../input_joypad_driver.h"
|
||||
#include "../input_driver.h"
|
||||
#include "../input_autodetect.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../general.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../command.h"
|
||||
|
@ -23,13 +23,17 @@
|
||||
|
||||
#include <boolean.h>
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../input_autodetect.h"
|
||||
#include "../input_config.h"
|
||||
#include "../input_joypad_driver.h"
|
||||
#include "../input_keymaps.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
struct dinput_joypad
|
||||
{
|
||||
|
@ -30,11 +30,15 @@
|
||||
#include <dynamic/dylib.h>
|
||||
#include <boolean.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../input_autodetect.h"
|
||||
#include "../input_config.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../general.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
|
||||
|
@ -17,11 +17,15 @@
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../input_config.h"
|
||||
#include "../input_keymaps.h"
|
||||
#include "../input_keyboard.h"
|
||||
|
||||
#include "../../general.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../driver.h"
|
||||
|
||||
#include "keyboard_event_apple.h"
|
||||
|
@ -14,11 +14,15 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../../general.h"
|
||||
#include "../input_keyboard.h"
|
||||
#include "../../gfx/common/win32_common.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../input_config.h"
|
||||
#include "../input_keymaps.h"
|
||||
#include "../input_keyboard.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../gfx/common/win32_common.h"
|
||||
|
||||
LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message,
|
||||
WPARAM wparam, LPARAM lparam)
|
||||
|
Loading…
x
Reference in New Issue
Block a user