]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/choiccmn.cpp
added HasExtraStyle()
[wxWidgets.git] / src / common / choiccmn.cpp
index 5a77d70f826db3a88cba89ab6508ebcfc83c8fd5..db5fea5e20adcd11e8c5a4c1a3ce2876297d4aab 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        common/choiccmn.cpp
+// Name:        src/common/choiccmn.cpp
 // Purpose:     common (to all ports) wxChoice functions
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -26,8 +26,9 @@
 
 #if wxUSE_CHOICE
 
+#include "wx/choice.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/choice.h"
 #endif
 
 const wxChar wxChoiceNameStr[] = wxT("choice");
@@ -52,4 +53,3 @@ void wxChoiceBase::Command(wxCommandEvent& event)
 }
 
 #endif // wxUSE_CHOICE
-