X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bfb8eb7eaef3576df054d66255165eb53eaea660..ff7d9066dae29da2bcfe611b62bcb276ce2afff0:/src/mgl/app.cpp diff --git a/src/mgl/app.cpp b/src/mgl/app.cpp index f8b7d3794a..bc64f28457 100644 --- a/src/mgl/app.cpp +++ b/src/mgl/app.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: app.cpp +// Name: src/mgl/app.cpp // Author: Vaclav Slavik // based on GTK and MSW implementations // Id: $Id$ @@ -7,10 +7,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "app.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -18,6 +14,7 @@ #pragma hdrstop #endif +#include "wx/app.h" #ifndef WX_PRECOMP #include "wx/settings.h" @@ -27,7 +24,6 @@ #include "wx/intl.h" #endif -#include "wx/app.h" #include "wx/evtloop.h" #include "wx/module.h" #include "wx/fontutil.h" @@ -333,4 +329,3 @@ void wxApp::CleanUp() wxModule::RegisterModule(new wxMGLFinalCleanup); } -