Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / choicdlg.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/choicdlg.h
3 // Purpose: Includes generic choice dialog file
4 // Author: Julian Smart
5 // Modified by:
6 // Created:
7 // Copyright: Julian Smart
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
10
11 #ifndef _WX_CHOICDLG_H_BASE_
12 #define _WX_CHOICDLG_H_BASE_
13
14 #if wxUSE_CHOICEDLG
15
16 #include "wx/generic/choicdgg.h"
17
18 #endif
19
20 #endif
21 // _WX_CHOICDLG_H_BASE_