#102945# Avoid linking against the C++ runtime (for now ;-)

This commit is contained in:
Stephan Bergmann 2002-10-08 06:49:12 +00:00
parent bfc179f9ae
commit f3ba9e2980

View file

@ -2,9 +2,9 @@
*
* $RCSfile: uri.cxx,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: sb $ $Date: 2002-09-24 10:17:50 $
* last change: $Author: sb $ $Date: 2002-10-08 07:49:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -59,7 +59,7 @@
*
************************************************************************/
#include "rtl/uri.hxx"
#include "rtl/uri.h"
#include "osl/diagnose.h"
#include "rtl/textenc.h"
@ -72,8 +72,6 @@
#include <cstddef>
using rtl::Uri;
namespace {
std::size_t const nCharClassSize = 128;