From: Václav Slavík Date: Wed, 23 Jul 2003 14:43:13 +0000 (+0000) Subject: including header once is enough X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6f3012ae09af62c8c07db22ec3821ffc23e1d0da including header once is enough git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/mimecmn.cpp b/src/common/mimecmn.cpp index 943645f89d..70c327b553 100644 --- a/src/common/mimecmn.cpp +++ b/src/common/mimecmn.cpp @@ -34,8 +34,6 @@ #ifndef WX_PRECOMP #include "wx/module.h" #endif -// this one is needed for MSVC5 -#include "wx/module.h" #ifndef WX_PRECOMP #include "wx/string.h"