header include cleanups
This commit is contained in:
parent
f44fbe9d18
commit
c97aa5e7ea
|
@ -14,11 +14,15 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "../../config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../input_joypad_driver.h"
|
#include "../input_joypad_driver.h"
|
||||||
#include "../input_driver.h"
|
#include "../input_driver.h"
|
||||||
#include "../input_autodetect.h"
|
#include "../input_autodetect.h"
|
||||||
#include "../../configuration.h"
|
#include "../../configuration.h"
|
||||||
#include "../../general.h"
|
#include "../../runloop.h"
|
||||||
#include "../../configuration.h"
|
#include "../../configuration.h"
|
||||||
#include "../../retroarch.h"
|
#include "../../retroarch.h"
|
||||||
#include "../../command.h"
|
#include "../../command.h"
|
||||||
|
|
|
@ -23,13 +23,17 @@
|
||||||
|
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
|
|
||||||
#include "../../configuration.h"
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "../../general.h"
|
#include "../../config.h"
|
||||||
#include "../../verbosity.h"
|
#endif
|
||||||
|
|
||||||
#include "../input_autodetect.h"
|
#include "../input_autodetect.h"
|
||||||
#include "../input_config.h"
|
#include "../input_config.h"
|
||||||
#include "../input_joypad_driver.h"
|
#include "../input_joypad_driver.h"
|
||||||
#include "../input_keymaps.h"
|
#include "../input_keymaps.h"
|
||||||
|
#include "../../configuration.h"
|
||||||
|
#include "../../runloop.h"
|
||||||
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
struct dinput_joypad
|
struct dinput_joypad
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,11 +30,15 @@
|
||||||
#include <dynamic/dylib.h>
|
#include <dynamic/dylib.h>
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "../../config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../input_autodetect.h"
|
#include "../input_autodetect.h"
|
||||||
#include "../input_config.h"
|
#include "../input_config.h"
|
||||||
|
|
||||||
#include "../../configuration.h"
|
#include "../../configuration.h"
|
||||||
#include "../../general.h"
|
#include "../../runloop.h"
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,11 +17,15 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "../../config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../input_config.h"
|
#include "../input_config.h"
|
||||||
#include "../input_keymaps.h"
|
#include "../input_keymaps.h"
|
||||||
#include "../input_keyboard.h"
|
#include "../input_keyboard.h"
|
||||||
|
|
||||||
#include "../../general.h"
|
#include "../../runloop.h"
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
|
|
||||||
#include "keyboard_event_apple.h"
|
#include "keyboard_event_apple.h"
|
||||||
|
|
|
@ -14,11 +14,15 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../general.h"
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "../input_keyboard.h"
|
#include "../../config.h"
|
||||||
#include "../../gfx/common/win32_common.h"
|
#endif
|
||||||
|
|
||||||
#include "../input_config.h"
|
#include "../input_config.h"
|
||||||
#include "../input_keymaps.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,
|
LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message,
|
||||||
WPARAM wparam, LPARAM lparam)
|
WPARAM wparam, LPARAM lparam)
|
||||||
|
|
Loading…
Reference in New Issue