mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
header include cleanups
This commit is contained in:
parent
815c0eb3ee
commit
c8d5381779
@ -24,7 +24,6 @@
|
||||
#include <boolean.h>
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#include "../common/linux_common.h"
|
||||
|
@ -14,8 +14,9 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../../general.h"
|
||||
#include "../input_driver.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
static void *nullinput_input_init(void)
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "SDL.h"
|
||||
#include "../../gfx/video_context_driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../input_autodetect.h"
|
||||
#include "../input_config.h"
|
||||
|
@ -28,8 +28,8 @@
|
||||
#include "../../gfx/video_driver.h"
|
||||
#include "../common/input_x11_common.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
typedef struct x11_input
|
||||
|
Loading…
x
Reference in New Issue
Block a user