module.h is not included by wxprec.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-07-23 18:04:26 +00:00
parent e356d4693d
commit 2db1bd2234

View File

@ -31,14 +31,11 @@
#if wxUSE_MIMETYPE
#ifndef WX_PRECOMP
#include "wx/module.h"
#endif
#ifndef WX_PRECOMP
#include "wx/string.h"
#endif //WX_PRECOMP
#include "wx/module.h"
#include "wx/log.h"
#include "wx/file.h"
#include "wx/iconloc.h"