diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-10-31 07:39:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-31 16:18:30 +0000 |
commit | c70f1545e2df5818f251b558dcc64a83d3c270d3 (patch) | |
tree | 1834970b131e07697f88d38dd9e2fb0f756d0f3d /cppu/qa | |
parent | 693014c9d3dcbf3c649d775143918e531b6e3ac0 (diff) |
Removed duplicated includes
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6
Reviewed-on: https://gerrit.libreoffice.org/12160
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'cppu/qa')
-rw-r--r-- | cppu/qa/test_any.cxx | 1 | ||||
-rw-r--r-- | cppu/qa/test_recursion.cxx | 2 | ||||
-rw-r--r-- | cppu/qa/test_reference.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx index 48dfd753d40b..a671783eb293 100644 --- a/cppu/qa/test_any.cxx +++ b/cppu/qa/test_any.cxx @@ -56,7 +56,6 @@ #include "rtl/string.h" #include "rtl/ustring.h" #include "rtl/ustring.hxx" -#include "sal/types.h" namespace { diff --git a/cppu/qa/test_recursion.cxx b/cppu/qa/test_recursion.cxx index ab390fafdfbe..e23a7e57b524 100644 --- a/cppu/qa/test_recursion.cxx +++ b/cppu/qa/test_recursion.cxx @@ -25,8 +25,6 @@ #include <cppunit/plugin/TestPlugIn.h> #include <cppunit/extensions/HelperMacros.h> -#include "sal/types.h" - #include "Rec.hpp" namespace diff --git a/cppu/qa/test_reference.cxx b/cppu/qa/test_reference.cxx index 15f3b7dac7cc..f34a5fc27c69 100644 --- a/cppu/qa/test_reference.cxx +++ b/cppu/qa/test_reference.cxx @@ -29,7 +29,6 @@ #include "Interface1.hpp" #include "rtl/ustring.hxx" -#include "sal/types.h" namespace { |