tubes: avoid unnecessary re-building; move the include into source file
Change-Id: Ib45a5fab8d4dc118ac0ae5282d47f46f9f86edc2
This commit is contained in:
@@ -41,8 +41,9 @@
|
|||||||
#include <com/sun/star/task/XStatusIndicator.hpp>
|
#include <com/sun/star/task/XStatusIndicator.hpp>
|
||||||
#include <com/sun/star/uno/Reference.h>
|
#include <com/sun/star/uno/Reference.h>
|
||||||
#include <osl/mutex.hxx>
|
#include <osl/mutex.hxx>
|
||||||
|
|
||||||
#ifdef ENABLE_TELEPATHY
|
#ifdef ENABLE_TELEPATHY
|
||||||
#include <tubes/manager.hxx>
|
class TeleManager;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace com::sun::star::task;
|
using namespace com::sun::star::task;
|
||||||
|
@@ -102,6 +102,10 @@
|
|||||||
|
|
||||||
#include "langselect.hxx"
|
#include "langselect.hxx"
|
||||||
|
|
||||||
|
#ifdef ENABLE_TELEPATHY
|
||||||
|
#include <tubes/manager.hxx>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined MACOSX
|
#if defined MACOSX
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
Reference in New Issue
Block a user