From 55225176b602940ae6fcee96dbc876c3afa3ac9d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 29 Apr 2013 12:36:20 +0200 Subject: Unused include Change-Id: If6caa7abed25ce95f1c62f9673619426eb49b5a8 --- odk/examples/cpp/counter/countermain.cxx | 2 -- odk/examples/cpp/remoteclient/remoteclient.cxx | 3 --- 2 files changed, 5 deletions(-) (limited to 'odk') diff --git a/odk/examples/cpp/counter/countermain.cxx b/odk/examples/cpp/counter/countermain.cxx index 87a4de7e4fdb..2e8d60780004 100644 --- a/odk/examples/cpp/counter/countermain.cxx +++ b/odk/examples/cpp/counter/countermain.cxx @@ -56,7 +56,6 @@ // generated c++ interfaces #include #include -#include #include @@ -64,7 +63,6 @@ using namespace foo; using namespace cppu; using namespace com::sun::star::uno; using namespace com::sun::star::lang; -using namespace com::sun::star::registry; using namespace ::rtl; 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 -#include - #include #include @@ -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; -- cgit