Silence warning with --disable-menu
This commit is contained in:
parent
c387071298
commit
6be4adffdf
|
@ -72,10 +72,11 @@
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
#include "../menu/menu_driver.h"
|
#include "../menu/menu_driver.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_GFX_WIDGETS
|
#ifdef HAVE_GFX_WIDGETS
|
||||||
#include "../gfx/gfx_widgets.h"
|
#include "../gfx/gfx_widgets.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||||
#include "../menu/menu_shader.h"
|
#include "../menu/menu_shader.h"
|
||||||
|
|
Loading…
Reference in New Issue