tubes: avoid unnecessary re-building; move the include into source file

Change-Id: Ib45a5fab8d4dc118ac0ae5282d47f46f9f86edc2
This commit is contained in:
Matúš Kukan
2012-07-26 12:17:09 +02:00
parent f86cc45d87
commit b70c2d352d
2 changed files with 6 additions and 1 deletions

View File

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

View File

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