summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-26 21:47:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-27 16:44:06 +0100
commit002ceda55ce79549a8098fb05b1682844882a13d (patch)
treeb4109969bcf8e9da5acc479e67d322db031ed74e /svl
parenteb6716e15b68509388c415cf813f537067e2cc66 (diff)
remove archaic include guards
Change-Id: Ibca45731d1dfbfb72b4796d870e5b8c6429c3cfb
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/svarray.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svl/inc/svl/svarray.hxx b/svl/inc/svl/svarray.hxx
index d728c9cbcbce..90428b82715c 100644
--- a/svl/inc/svl/svarray.hxx
+++ b/svl/inc/svl/svarray.hxx
@@ -87,15 +87,8 @@
#include "svl/svldllapi.h"
-#ifndef INCLUDED_STRING_H
#include <string.h> // memmove()
-#define INCLUDED_STRING_H
-#endif
-
-#ifndef INCLUDED_LIMITS_H
#include <limits.h> // USHRT_MAX
-#define INCLUDED_LIMITS_H
-#endif
#include <rtl/alloc.h>
#include <tools/solar.h>