1/////////////////////////////////////////////////////////////////////////////
2// Name:        wx/choicdgg.h
3// Purpose:     Includes generic choice dialog file
4// Author:      Julian Smart
5// Modified by:
6// Created:
7// RCS-ID:      $Id: choicdlg.h 33948 2005-05-04 18:57:50Z JS $
8// Copyright:   Julian Smart
9// Licence:     wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_CHOICDLG_H_BASE_
13#define _WX_CHOICDLG_H_BASE_
14
15#if wxUSE_CHOICEDLG
16
17#include "wx/generic/choicdgg.h"
18
19#endif
20
21#endif
22    // _WX_CHOICDLG_H_BASE_
23