mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +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"
|
||||
#ifndef _XBOX
|
||||
#include "../drivers_wm/win32_dwm_common.h"
|
||||
|
||||
#define HAVE_MONITOR
|
||||
#define HAVE_WINDOW
|
||||
|
@ -54,7 +54,6 @@
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include "../drivers_wm/win32_dwm_common.h"
|
||||
#include "../drivers_wm/win32_shader_dlg.h"
|
||||
#endif
|
||||
|
||||
|
@ -34,10 +34,6 @@
|
||||
#include "../common/x11_common.h"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include "../drivers_wm/win32_dwm_common.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
@ -30,10 +30,6 @@
|
||||
#include "../common/x11_common.h"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include "../drivers_context/win32_dwm_common.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user