Don't include xti.h if not using extended RTTI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-24 13:04:30 +00:00
parent ab0881c71c
commit 53b74313b0

View File

@@ -24,16 +24,16 @@
#ifndef WX_PRECOMP
#include "wx/hash.h"
#include "wx/object.h"
#include "wx/xti.h"
#endif
#if wxUSE_EXTENDED_RTTI
#include "wx/xti.h"
#include "wx/xml/xml.h"
#include "wx/tokenzr.h"
#include "wx/list.h"
#include <string.h>
#if wxUSE_EXTENDED_RTTI
#include "wx/beforestd.h"
#include <map>
#include <string>