X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0857d1d65963341bede59588b84e996c6c3d0c36..b50747ea53f4a9906d572d4bca4e452e66c8dbd5:/src/gtk/frame.cpp diff --git a/src/gtk/frame.cpp b/src/gtk/frame.cpp index d0ade77e6d..6706922aae 100644 --- a/src/gtk/frame.cpp +++ b/src/gtk/frame.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: frame.cpp +// Name: src/gtk/frame.cpp // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -7,6 +7,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + // ============================================================================ // declarations // ============================================================================ @@ -15,15 +18,14 @@ // headers // ---------------------------------------------------------------------------- -// For compilers that support precompilation, includes "wx.h". -#include "wx/wxprec.h" +#include "wx/frame.h" -#include "wx/defs.h" +#ifndef WX_PRECOMP + #include "wx/app.h" +#endif // WX_PRECOMP -#include "wx/frame.h" #include "wx/dialog.h" #include "wx/control.h" -#include "wx/app.h" #include "wx/menu.h" #if wxUSE_TOOLBAR #include "wx/toolbar.h" @@ -48,13 +50,6 @@ const int wxSTATUS_HEIGHT = 25; const int wxPLACE_HOLDER = 0; -// ---------------------------------------------------------------------------- -// idle system -// ---------------------------------------------------------------------------- - -extern void wxapp_install_idle_handler(); -extern bool g_isIdle; - // ---------------------------------------------------------------------------- // event tables // ----------------------------------------------------------------------------