Unused include

Change-Id: If6caa7abed25ce95f1c62f9673619426eb49b5a8
This commit is contained in:
Stephan Bergmann
2013-04-29 12:36:20 +02:00
parent 23a87a8622
commit 55225176b6
2 changed files with 0 additions and 5 deletions

View File

@@ -56,7 +56,6 @@
// generated c++ interfaces
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/registry/XImplementationRegistration.hpp>
#include <foo/XCountable.hpp>
@@ -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;

View File

@@ -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;