From a83b2af9abddfb2a6a127049374269b53241c183 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 16 Dec 2013 16:45:46 +0100 Subject: Clean-up uno/lbnames.h Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919 --- ure/source/uretest/cppmain.cc | 1 - ure/source/uretest/cppserver.cc | 1 - ure/source/uretest/cpptest.cc | 1 - 3 files changed, 3 deletions(-) (limited to 'ure') diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc index 2759356fe211..1e63cd33f889 100644 --- a/ure/source/uretest/cppmain.cc +++ b/ure/source/uretest/cppmain.cc @@ -68,7 +68,6 @@ #include "salhelper/simplereferenceobject.hxx" #include "uno/current_context.hxx" #include "uno/environment.h" -#include "uno/lbnames.h" #include "test/types/CppTest.hpp" #include "test/types/JavaTest.hpp" diff --git a/ure/source/uretest/cppserver.cc b/ure/source/uretest/cppserver.cc index cee80d39872b..450c04d12bb2 100644 --- a/ure/source/uretest/cppserver.cc +++ b/ure/source/uretest/cppserver.cc @@ -34,7 +34,6 @@ #include "rtl/ustring.hxx" #include "sal/types.h" #include "uno/environment.h" -#include "uno/lbnames.h" #include "test/types/Data.hpp" #include "test/types/XServer.hpp" diff --git a/ure/source/uretest/cpptest.cc b/ure/source/uretest/cpptest.cc index 5bd200614f78..04dba6ffbb95 100644 --- a/ure/source/uretest/cpptest.cc +++ b/ure/source/uretest/cpptest.cc @@ -32,7 +32,6 @@ #include "rtl/ustring.hxx" #include "sal/types.h" #include "uno/environment.h" -#include "uno/lbnames.h" #include "test/types/TestException.hpp" #include "test/types/XTest.hpp" -- cgit