mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
Take out win32_dwm_common.h header includes
This commit is contained in:
parent
18801c8449
commit
c0d58ce467
@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
#include "../common/win32_common.h"
|
#include "../common/win32_common.h"
|
||||||
#ifndef _XBOX
|
#ifndef _XBOX
|
||||||
#include "../drivers_wm/win32_dwm_common.h"
|
|
||||||
|
|
||||||
#define HAVE_MONITOR
|
#define HAVE_MONITOR
|
||||||
#define HAVE_WINDOW
|
#define HAVE_WINDOW
|
||||||
|
@ -54,7 +54,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(_XBOX)
|
#if defined(_WIN32) && !defined(_XBOX)
|
||||||
#include "../drivers_wm/win32_dwm_common.h"
|
|
||||||
#include "../drivers_wm/win32_shader_dlg.h"
|
#include "../drivers_wm/win32_shader_dlg.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -34,10 +34,6 @@
|
|||||||
#include "../common/x11_common.h"
|
#include "../common/x11_common.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(_XBOX)
|
|
||||||
#include "../drivers_wm/win32_dwm_common.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -30,10 +30,6 @@
|
|||||||
#include "../common/x11_common.h"
|
#include "../common/x11_common.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(_XBOX)
|
|
||||||
#include "../drivers_context/win32_dwm_common.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user