diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2012-07-29 14:42:26 +0200 |
---|---|---|
committer | Arnaud Versini <arnaud.versini@gmail.com> | 2012-07-29 15:01:56 +0200 |
commit | acd3b2f07026a78a0b819dae0a4a308d115bb1b5 (patch) | |
tree | e9a8b66e52a54622186d5ef19405110d7f5073aa /xmlhelp/source/cxxhelp/inc/qe | |
parent | 04710a69122d383071520ae3d39664a5edb80520 (diff) |
Replace usage of rtl/memory.h in xmlhelp with their equivalent from string.h
Change-Id: I02a1af9bac1e1283f33bc204cd8737ebd2ebd06c
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc/qe')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/qe/Query.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx b/xmlhelp/source/cxxhelp/inc/qe/Query.hxx index 9aa5e95b8c0d..9a3eb4810e5f 100644 --- a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx +++ b/xmlhelp/source/cxxhelp/inc/qe/Query.hxx @@ -20,7 +20,6 @@ #define _XMLSEARCH_QE_QUERY_HXX_ #include <sal/types.h> -#include <rtl/memory.h> #include <rtl/ustring.hxx> #include <vector> |