cleanup:
wrap everything in #if wxUSE_SEARCHCTRL, implementation include comes first git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,14 +8,6 @@
|
|||||||
// License: wxWindows licence
|
// License: wxWindows licence
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// ============================================================================
|
|
||||||
// declarations
|
|
||||||
// ============================================================================
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
// headers
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
// For compilers that support precompilation, includes "wx.h".
|
// For compilers that support precompilation, includes "wx.h".
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
@@ -23,14 +15,14 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
|
||||||
#include "wx/menu.h"
|
|
||||||
#endif //WX_PRECOMP
|
|
||||||
|
|
||||||
#if wxUSE_SEARCHCTRL
|
#if wxUSE_SEARCHCTRL
|
||||||
|
|
||||||
#include "wx/srchctrl.h"
|
#include "wx/srchctrl.h"
|
||||||
|
|
||||||
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/menu.h"
|
||||||
|
#endif //WX_PRECOMP
|
||||||
|
|
||||||
#if wxUSE_NATIVE_SEARCH_CONTROL
|
#if wxUSE_NATIVE_SEARCH_CONTROL
|
||||||
|
|
||||||
#include "wx/mac/uma.h"
|
#include "wx/mac/uma.h"
|
||||||
|
Reference in New Issue
Block a user