From 36a2db3722b79ed3df075d7f3fa77fb761bcf5a4 Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Sat, 29 Sep 2012 14:47:11 +0200 Subject: Replace usage of rtl_*Memory with equivalent from string.h Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- cppu/source/typelib/static_types.cxx | 1 - cppu/source/uno/eq.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'cppu') diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx index df1b93f7c057..a01040146e18 100644 --- a/cppu/source/typelib/static_types.cxx +++ b/cppu/source/typelib/static_types.cxx @@ -27,7 +27,6 @@ #include #include #include -#include #include #include diff --git a/cppu/source/uno/eq.hxx b/cppu/source/uno/eq.hxx index a270f6e6f75e..a3a26bf08ba9 100644 --- a/cppu/source/uno/eq.hxx +++ b/cppu/source/uno/eq.hxx @@ -20,7 +20,6 @@ #define EQ_HXX #include -#include #include "prim.hxx" #include "destr.hxx" -- cgit