/////////////////////////////////////////////////////////////////////////////
-// Name: univ/choice.cpp
+// Name: src/univ/choice.cpp
// Purpose: wxChoice implementation
// Author: Vadim Zeitlin
// Modified by:
#if wxUSE_CHOICE
+#include "wx/choice.h"
+
#ifndef WX_PRECOMP
- #include "wx/choice.h"
#include "wx/arrstr.h"
#endif