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

git-admin at x2go.org git-admin at x2go.org
Thu Jun 30 23:53:26 CEST 2016


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

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

commit a804a09d9a2c4576ec2e88aa285729152d891478
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 d10608d..112c964 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -281,6 +281,8 @@ x2goclient (4.0.5.2-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.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
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