X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..dbc74bccc9d020281f2e1fcceb35323d45c91566:/src/common/sysopt.cpp?ds=sidebyside diff --git a/src/common/sysopt.cpp b/src/common/sysopt.cpp index 83183c926a..a5967226a8 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: @@ -26,12 +26,13 @@ #if wxUSE_SYSTEM_OPTIONS +#include "wx/sysopt.h" + #ifndef WX_PRECOMP #include "wx/list.h" + #include "wx/string.h" #endif -#include "wx/string.h" -#include "wx/sysopt.h" #include "wx/arrstr.h" // ---------------------------------------------------------------------------- @@ -86,4 +87,3 @@ bool wxSystemOptions::HasOption(const wxString& name) } #endif // wxUSE_SYSTEM_OPTIONS -