[X2Go-Commits] [x2goclient] 151/281: src/pulsemanager.h: move x2gologdebug.h inclusion into implementation file.

git-admin at x2go.org git-admin at x2go.org
Thu Jan 19 13:05:26 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 5d9551602102cf1577767736717b0fa0dfb52b8e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed May 4 23:42:24 2016 +0200

    src/pulsemanager.h: move x2gologdebug.h inclusion into implementation file.
---
 debian/changelog     |    2 ++
 src/pulsemanager.cpp |    1 +
 src/pulsemanager.h   |    1 -
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0be6f36..f4d41a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -281,6 +281,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - src/onmainwindow.{cpp,h}: hook PulseManager in - for both OS X and
       Windows.
     - src/mediawidget.cpp: reflect new capabilities through PulseManager.
+    - src/pulsemanager.h: move x2gologdebug.h inclusion into implementation
+      file.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index fb0d5eb..6f200a2 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -22,6 +22,7 @@
 #include <QSysInfo>
 
 #include "pulsemanager.h"
+#include "x2gologdebug.h"
 
 #ifndef DEBUG
 #define DEBUG_UNDEF
diff --git a/src/pulsemanager.h b/src/pulsemanager.h
index af7ae77..4c82f19 100644
--- a/src/pulsemanager.h
+++ b/src/pulsemanager.h
@@ -37,7 +37,6 @@
 #include <assert.h>
 #include <cstdint>
 
-#include "x2gologdebug.h"
 #include "x2gosettings.h"
 
 class PulseManager: public QObject {

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list