Take out win32_dwm_common.h header includes

This commit is contained in:
twinaphex 2015-04-09 23:00:08 +02:00
parent 18801c8449
commit c0d58ce467
4 changed files with 0 additions and 10 deletions

View File

@ -28,7 +28,6 @@
#include "../common/win32_common.h"
#ifndef _XBOX
#include "../drivers_wm/win32_dwm_common.h"
#define HAVE_MONITOR
#define HAVE_WINDOW

View File

@ -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

View File

@ -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

View File

@ -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