From 4c4d748767c5740cc4b5348c69ad86c68db234bd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 28 Jun 2012 13:12:59 +0200 Subject: Remove some more include guards Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce --- tools/source/fsys/urlobj.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools') diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index eb125fe19983..7e017fc6f618 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -38,14 +38,8 @@ #include "rtl/ustring.hxx" #include "sal/types.h" -#ifndef INCLUDED_ALGORITHM #include -#define INCLUDED_ALGORITHM -#endif -#ifndef INCLUDED_LIMITS #include -#define INCLUDED_LIMITS -#endif #include -- cgit