From b58a1455e15477cac9d335b5f7a2c3fc3111b342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 22 Mar 2002 12:18:59 +0000 Subject: [PATCH] fixed compilation problem with old gcc releases git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/artstd.cpp | 4 ---- 1 file changed, 4 deletions(-) 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"