From 593d4b0dffa77c74444dca03eb1e01c7b5f8a220 Mon Sep 17 00:00:00 2001 From: "Unknown (UG)" Date: Mon, 23 Nov 1998 11:00:38 +0000 Subject: [PATCH] no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/{fstream.cpp => wfstream.cpp} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/common/{fstream.cpp => wfstream.cpp} (98%) diff --git a/src/common/fstream.cpp b/src/common/wfstream.cpp similarity index 98% rename from src/common/fstream.cpp rename to src/common/wfstream.cpp index e631cde60d..4d798f3c79 100644 --- a/src/common/fstream.cpp +++ b/src/common/wfstream.cpp @@ -10,14 +10,14 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation "fstream.h" +#pragma implementation "wfstream.h" #endif // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #include #include -#include +#include #ifdef __BORLANDC__ #pragma hdrstop -- 2.45.2