This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch bugfix/osx in repository x2goclient. commit 9dc4db3c46ecdce985bcb93c62e7533bb2cd082b Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 12 20:18:39 2015 +0100 {x2goutils,non_modal_messagebox}.cpp: include the correct headers. --- src/non_modal_messagebox.cpp | 3 ++- src/x2goutils.cpp | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/non_modal_messagebox.cpp b/src/non_modal_messagebox.cpp index 68ff7ac..47f66c0 100644 --- a/src/non_modal_messagebox.cpp +++ b/src/non_modal_messagebox.cpp @@ -14,10 +14,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * ***************************************************************************/ -#include "non_modal_messagebox.h" #include <QGridLayout> #include <QSpacerItem> +#include "non_modal_messagebox.h" + // Please look up the documentation in the header file! void Non_Modal_MessageBox::critical (QWidget *parent, const QString &title, const QString &text, diff --git a/src/x2goutils.cpp b/src/x2goutils.cpp index 33b5410..a053306 100644 --- a/src/x2goutils.cpp +++ b/src/x2goutils.cpp @@ -22,6 +22,8 @@ #include <QDir> #include <QMessageBox> +#include "x2goutils.h" + QString expandHome( QString path ) { path = path.trimmed(); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git