mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix include
This commit is contained in:
parent
c3e6ac96aa
commit
e7616f2dc2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include "win32_common.h"
|
||||
#include "gdi_common.h"
|
||||
#include "dbt.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../verbosity.h"
|
||||
|
@ -42,6 +41,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include <commdlg.h>
|
||||
#include <dbt.h>
|
||||
#include "../../retroarch.h"
|
||||
#include "../../input/input_driver.h"
|
||||
#include "../../input/input_keymaps.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue