/////////////////////////////////////////////////////////////////////////////
-// Name: common/sysopt.cpp
+// Name: src/common/sysopt.cpp
// Purpose: wxSystemOptions
// Author: Julian Smart
// Modified by:
#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
// ----------------------------------------------------------------------------
}
#endif // wxUSE_SYSTEM_OPTIONS
-