From: Václav Slavík Date: Wed, 23 Jul 2003 18:04:26 +0000 (+0000) Subject: module.h is not included by wxprec.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2db1bd22340b08e47bfbd977bc71492122f5fd71?ds=inline 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 --- diff --git a/src/common/mimecmn.cpp b/src/common/mimecmn.cpp index 70c327b553..1510e92b2f 100644 --- a/src/common/mimecmn.cpp +++ b/src/common/mimecmn.cpp @@ -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"