[Telepathy-commits] [telepathy-qt4/master] debug.h shouldn't include config.h, debug.hpp should
Olli Salli
olli.salli at collabora.co.uk
Mon Aug 25 13:12:03 PDT 2008
---
TelepathyQt4/debug.h | 2 --
TelepathyQt4/debug.hpp | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/debug.h b/TelepathyQt4/debug.h
index a4238c5..7165ade 100644
--- a/TelepathyQt4/debug.h
+++ b/TelepathyQt4/debug.h
@@ -22,8 +22,6 @@
#ifndef _TelepathyQt4_Debug_HEADER_GUARD_
#define _TelepathyQt4_Debug_HEADER_GUARD_
-#include <config.h>
-
/**
* \defgroup debug Common debug support
*
diff --git a/TelepathyQt4/debug.hpp b/TelepathyQt4/debug.hpp
index d47742c..9e755cf 100644
--- a/TelepathyQt4/debug.hpp
+++ b/TelepathyQt4/debug.hpp
@@ -24,6 +24,8 @@
#include <QDebug>
+#include <config.h>
+
namespace Telepathy
{
#ifdef ENABLE_DEBUG
--
1.5.6.3
More information about the Telepathy-commits
mailing list