Fixes for include guards, patch 1256967 Paul Cornett
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,13 +25,9 @@
|
||||
// headers and other simple declarations
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/dialog.h" // the base class
|
||||
#include "wx/panel.h" // ditto
|
||||
|
||||
#include "wx/event.h" // wxEVT_XXX constants
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
#include "wx/dialog.h" // the base class
|
||||
#include "wx/panel.h" // ditto
|
||||
#include "wx/event.h" // wxEVT_XXX constants
|
||||
#include "wx/bitmap.h"
|
||||
|
||||
// Extended style to specify a help button
|
||||
|
Reference in New Issue
Block a user