summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-11-30 14:02:49 +0100
committerAaron Seigo <aseigo@kde.org>2014-11-30 14:02:49 +0100
commit118c00aa711665f810e7fcc802b41f9868249586 (patch)
treeb15cac6d5b5d4af6161d9b47da77264566fcb341
parentb49cead47537d8d1d2c78cb4596bb828fd94b347 (diff)
downloadsink-118c00aa711665f810e7fcc802b41f9868249586.tar.gz
sink-118c00aa711665f810e7fcc802b41f9868249586.zip
build
-rw-r--r--client/resourceaccess.cpp2
-rw-r--r--resource/listener.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/resourceaccess.cpp b/client/resourceaccess.cpp
index b0a26e7..4042219 100644
--- a/client/resourceaccess.cpp
+++ b/client/resourceaccess.cpp
@@ -2,7 +2,7 @@
2 2
3#include "common/console.h" 3#include "common/console.h"
4#include "common/commands.h" 4#include "common/commands.h"
5#include "common/commands/handshake_generated.h" 5#include "common/handshake_generated.h"
6 6
7#include <QDebug> 7#include <QDebug>
8#include <QProcess> 8#include <QProcess>
diff --git a/resource/listener.cpp b/resource/listener.cpp
index 645cb8c..8a571e9 100644
--- a/resource/listener.cpp
+++ b/resource/listener.cpp
@@ -2,7 +2,7 @@
2 2
3#include "common/console.h" 3#include "common/console.h"
4#include "common/commands.h" 4#include "common/commands.h"
5#include "common/commands/handshake_generated.h" 5#include "common/handshake_generated.h"
6 6
7#include <QLocalSocket> 7#include <QLocalSocket>
8#include <QTimer> 8#include <QTimer>