Get rid of some header files

This commit is contained in:
twinaphex 2015-11-19 08:56:08 +01:00
parent 4d20ea936f
commit 66c15314e2
5 changed files with 5 additions and 25 deletions

View File

@ -28,7 +28,6 @@
#include <commdlg.h>
#include "../../retroarch.h"
#include "../video_thread_wrapper.h"
#include "../drivers_wm/win32_shader_dlg.h"
#ifndef _MSC_VER
extern "C" {

View File

@ -48,6 +48,10 @@ void win32_monitor_get_info(void);
void win32_monitor_info(void *data, void *hm_data, unsigned *mon_id);
void create_gl_context(HWND hwnd, bool *quit);
bool win32_shader_dlg_init(void);
void shader_dlg_show(HWND parent_hwnd);
void shader_dlg_params_reload(void);
#endif
void win32_monitor_from_window(HWND data, bool destroy);

View File

@ -56,7 +56,7 @@
#endif
#if defined(_WIN32) && !defined(_XBOX)
#include "../drivers_wm/win32_shader_dlg.h"
#include "../common/win32_common.h"
#endif
#include "../video_shader_driver.h"

View File

@ -1,22 +0,0 @@
#ifndef WGL_SHADER_DLG_H
#define WGL_SHADER_DLG_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _XBOX
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
bool win32_shader_dlg_init(void);
void shader_dlg_show(HWND parent_hwnd);
void shader_dlg_params_reload(void);
#endif
#ifdef __cplusplus
}
#endif
#endif // WGL_SHADER_DLG_H

View File

@ -46,7 +46,6 @@
#include "../../runloop.h"
#include "../../gfx/video_context_driver.h"
#include "../../gfx/video_monitor.h"
#include "../../gfx/drivers_wm/win32_shader_dlg.h"
#include "../../gfx/common/gl_common.h"
#include "../../gfx/common/win32_common.h"