// Created: 21/3/2000
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DIRCTRL_H_
#pragma interface "dirctrlg.h"
#endif
+#if wxUSE_DIRDLG
+
#include "wx/treectrl.h"
#include "wx/dirdlg.h"
#include "wx/choice.h"
};
+#endif // wxUSE_DIRDLG
+
#endif
// _WX_DIRCTRLG_H_