X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e02afc7a273702ca567431b209415b7bd2b290d0..1bfcb0b6c3728b9e3e970c8569cf6405df9ff4f9:/src/common/variant.cpp diff --git a/src/common/variant.cpp b/src/common/variant.cpp index 2612f8db24..ad725d2e13 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -6,7 +6,7 @@ // Created: 10/09/98 // RCS-ID: $Id$ // Copyright: (c) -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -17,16 +17,13 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_IOSTREAMH # include #else # include -# ifdef _MSC_VER - using namespace std; -# endif #endif #include "wx/stream.h"