]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sysopt.cpp
remove redundant GdkBitmap representation from wxBitmap
[wxWidgets.git] / src / common / sysopt.cpp
index 83183c926a24b0e01aecb75237dd555971c099e9..cb3c3429bbc6f7bc7b63de8a2b6971d412ac5de3 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// 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
 // ----------------------------------------------------------------------------
@@ -86,4 +86,3 @@ bool wxSystemOptions::HasOption(const wxString& name)
 }
 
 #endif // wxUSE_SYSTEM_OPTIONS
-