summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/remoteclient
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-29 12:36:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-29 13:05:51 +0200
commit55225176b602940ae6fcee96dbc876c3afa3ac9d (patch)
tree5a7a5dc0c66b9233ff3787d27f7b190ec6143a97 /odk/examples/cpp/remoteclient
parent23a87a862278551a452aa64a4141293dd518e5d3 (diff)
Unused include
Change-Id: If6caa7abed25ce95f1c62f9673619426eb49b5a8
Diffstat (limited to 'odk/examples/cpp/remoteclient')
-rw-r--r--odk/examples/cpp/remoteclient/remoteclient.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/odk/examples/cpp/remoteclient/remoteclient.cxx b/odk/examples/cpp/remoteclient/remoteclient.cxx
index 017b0da43c7d..c8886b006b65 100644
--- a/odk/examples/cpp/remoteclient/remoteclient.cxx
+++ b/odk/examples/cpp/remoteclient/remoteclient.cxx
@@ -39,8 +39,6 @@
#include <com/sun/star/uno/XNamingService.hpp>
-#include <com/sun/star/registry/XImplementationRegistration.hpp>
-
#include <com/sun/star/connection/XConnector.hpp>
#include <com/sun/star/bridge/XUnoUrlResolver.hpp>
@@ -58,7 +56,6 @@ using namespace ::cppu;
using namespace ::osl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::connection;
using namespace ::com::sun::star::bridge;
using namespace ::com::sun::star::io;