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