X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/410c3efc0518390dbdc39f42100682cffa446dcc..df1496e3eb11e87e15a29fd04c068cd6cd3b607e:/src/common/sysopt.cpp diff --git a/src/common/sysopt.cpp b/src/common/sysopt.cpp index b04061e2d1..cb3c3429bb 100644 --- a/src/common/sysopt.cpp +++ b/src/common/sysopt.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: common/sysopt.cpp +// Name: src/common/sysopt.cpp // Purpose: wxSystemOptions // Author: Julian Smart // Modified by: @@ -17,10 +17,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "sysopt.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -30,14 +26,14 @@ #if wxUSE_SYSTEM_OPTIONS +#include "wx/sysopt.h" + #ifndef WX_PRECOMP #include "wx/list.h" + #include "wx/string.h" + #include "wx/arrstr.h" #endif -#include "wx/string.h" -#include "wx/sysopt.h" -#include "wx/arrstr.h" - // ---------------------------------------------------------------------------- // private globals // ---------------------------------------------------------------------------- @@ -90,4 +86,3 @@ bool wxSystemOptions::HasOption(const wxString& name) } #endif // wxUSE_SYSTEM_OPTIONS -