From: Václav Slavík Date: Fri, 22 Mar 2002 12:18:59 +0000 (+0000) Subject: fixed compilation problem with old gcc releases X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b58a1455e15477cac9d335b5f7a2c3fc3111b342 fixed compilation problem with old gcc releases git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/artstd.cpp b/src/common/artstd.cpp index 9e8f7c711d..e97af0bc4a 100644 --- a/src/common/artstd.cpp +++ b/src/common/artstd.cpp @@ -13,10 +13,6 @@ // headers // --------------------------------------------------------------------------- -#ifdef __GNUG__ - #pragma implementation "artprov.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h"