summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/service.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/service.hpp')
-rw-r--r--plugin/src/Caelestia/service.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugin/src/Caelestia/service.hpp b/plugin/src/Caelestia/service.hpp
index 40e9110..6422b1f 100644
--- a/plugin/src/Caelestia/service.hpp
+++ b/plugin/src/Caelestia/service.hpp
@@ -1,8 +1,7 @@
#pragma once
-#include <QMutex>
-#include <QObject>
-
+#include <qmutex.h>
+#include <qobject.h>
namespace caelestia {
class Service : public QObject {