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
// License: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#pragma hdrstop
#endif
-#ifndef WX_PRECOMP
- #include "wx/menu.h"
-#endif //WX_PRECOMP
-
#if wxUSE_SEARCHCTRL
#include "wx/srchctrl.h"
+#ifndef WX_PRECOMP
+ #include "wx/menu.h"
+#endif //WX_PRECOMP
+
#if wxUSE_NATIVE_SEARCH_CONTROL
#include "wx/mac/uma.h"