]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/settcmn.cpp
mac methodname fixed, so all use the same now
[wxWidgets.git] / src / common / settcmn.cpp
index 90cacfeb9dabb2908a20522ff38e55fa41d0b7da..ce3cc6f755e05387823dfb8aa710dda4fe0aea17 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        common/settcmn.cpp
+// Name:        src/common/settcmn.cpp
 // Purpose:     common (to all ports) wxWindow functions
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
     #pragma hdrstop
 #endif
 
+#include "wx/settings.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/defs.h"
     #include "wx/utils.h"
-    #include "wx/settings.h"
 #endif //WX_PRECOMP
 
 // ----------------------------------------------------------------------------