From 793f72ca693d05907b8bf2344f24b6409cfc454b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 14 Sep 2019 08:57:40 +0800 Subject: Update librtclient header inclusion --- librtclient | 2 +- tasklist.cxx | 2 +- user.cxx | 2 +- worker.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/librtclient b/librtclient index f36fd45..a7a7beb 160000 --- a/librtclient +++ b/librtclient @@ -1 +1 @@ -Subproject commit f36fd455104fcaa083fd1ea2186e65ec0350f208 +Subproject commit a7a7bebcecbcd22da76920cd0e46c455ec8b5bc9 diff --git a/tasklist.cxx b/tasklist.cxx index c4194d8..d972773 100644 --- a/tasklist.cxx +++ b/tasklist.cxx @@ -1,4 +1,4 @@ -#include +#include #include "tasklist.hxx" int TaskList::rowCount(QModelIndex const& parent) const diff --git a/user.cxx b/user.cxx index 077f68b..fc4f4ed 100644 --- a/user.cxx +++ b/user.cxx @@ -1,4 +1,4 @@ -#include +#include #include "user.hxx" void User::setId(QString const& id) diff --git a/worker.cxx b/worker.cxx index bb7635d..f01ca50 100644 --- a/worker.cxx +++ b/worker.cxx @@ -1,4 +1,4 @@ -#include +#include #include "worker.hxx" Worker::Worker() -- cgit v1.2.3