summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-12-03 17:14:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-03 21:09:58 +0100
commita0ec8bffa48e995b1fb2943c37ecea42e3d5a366 (patch)
tree5066f5b8f1d30c2008c0ebaf2f52788c030f0f44 /filter
parentcf89dd50ef5949fde9ed3530dd04d707e7e7aa7e (diff)
Remove some useless include and using
Change-Id: I3a4fd9405913b0336c90f17c7b53769c87252f0f Reviewed-on: https://gerrit.libreoffice.org/45745 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltfilter/LibXSLTTransformer.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/filter/source/xsltfilter/LibXSLTTransformer.cxx b/filter/source/xsltfilter/LibXSLTTransformer.cxx
index 7accfcb0a384..6cb85e9af6b8 100644
--- a/filter/source/xsltfilter/LibXSLTTransformer.cxx
+++ b/filter/source/xsltfilter/LibXSLTTransformer.cxx
@@ -11,7 +11,6 @@
#include <algorithm>
#include <cstdio>
#include <cstring>
-#include <list>
#include <map>
#include <utility>
#include <vector>
@@ -55,8 +54,6 @@ using namespace ::com::sun::star::io;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
-using ::std::list;
-using ::std::map;
using ::std::pair;
namespace XSLT