tubes: small cleaning

Change-Id: I15337276f21febba44b84d3618fedfc08013a3da
This commit is contained in:
Matúš Kukan 2012-07-21 22:04:45 +02:00
parent 389285178f
commit 1fe939da1d
3 changed files with 1 additions and 6 deletions

View file

@ -37,7 +37,6 @@
#include "sendfunc.hxx"
#include <tubes/manager.hxx>
#include <tubes/conference.hxx>
#include <tubes/contact-list.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <unotools/tempfile.hxx>

View file

@ -14,8 +14,7 @@
#include "cell.hxx"
#include "docfunc.hxx"
#include <tubes/conference.hxx>
#include <tubes/manager.hxx>
class TeleConference;
namespace {

View file

@ -27,12 +27,9 @@
$(eval $(call gb_Package_Package,tubes_inc,$(SRCDIR)/tubes/inc))
$(eval $(call gb_Package_add_file,tubes_inc,inc/tubes/conference.hxx,tubes/conference.hxx))
$(eval $(call gb_Package_add_file,tubes_inc,inc/tubes/constants.h,tubes/constants.h))
$(eval $(call gb_Package_add_file,tubes_inc,inc/tubes/contact-list.hxx,tubes/contact-list.hxx))
$(eval $(call gb_Package_add_file,tubes_inc,inc/tubes/manager.hxx,tubes/manager.hxx))
$(eval $(call gb_Package_add_file,tubes_inc,inc/tubes/tubesdllapi.h,tubes/tubesdllapi.h))
$(eval $(call gb_Package_add_file,tubes_inc,inc/tubes/warnings_guard_boost_signals2.hpp,tubes/warnings_guard_boost_signals2.hpp))
#$(eval $(call gb_Package_add_file,tubes_inc,inc/tubes/,tubes/))
# vim: set noet sw=4 ts=4: