X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..df1496e3eb11e87e15a29fd04c068cd6cd3b607e:/src/common/sysopt.cpp diff --git a/src/common/sysopt.cpp b/src/common/sysopt.cpp index 83183c926a..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: @@ -26,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 // ---------------------------------------------------------------------------- @@ -86,4 +86,3 @@ bool wxSystemOptions::HasOption(const wxString& name) } #endif // wxUSE_SYSTEM_OPTIONS -