diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 12:17:09 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 15:59:21 +0200 |
commit | b70c2d352ddb6350ec366b055b28b3d892b54b1c (patch) | |
tree | bfe216825573ae62dbf81b4e6ef8d3bdd2270cbf /desktop/inc | |
parent | f86cc45d8795073e61d39edc469a4876085941b8 (diff) |
tubes: avoid unnecessary re-building; move the include into source file
Change-Id: Ib45a5fab8d4dc118ac0ae5282d47f46f9f86edc2
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 09f0a4d4e4f1..c31b953170ba 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -41,8 +41,9 @@ #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/uno/Reference.h> #include <osl/mutex.hxx> + #ifdef ENABLE_TELEPATHY -#include <tubes/manager.hxx> +class TeleManager; #endif using namespace com::sun::star::task; |