/////////////////////////////////////////////////////////////////////////////
-// Name: common/choiccmn.cpp
+// Name: src/common/choiccmn.cpp
// Purpose: common (to all ports) wxChoice functions
// Author: Vadim Zeitlin
// Modified by:
#if wxUSE_CHOICE
+#include "wx/choice.h"
+
#ifndef WX_PRECOMP
- #include "wx/choice.h"
#endif
const wxChar wxChoiceNameStr[] = wxT("choice");
}
#endif // wxUSE_CHOICE
-