From 6ab9a2a2d0f973ea44b3cf98b1d5c48a2187de01 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Sat, 14 Sep 2019 08:46:24 +0800 Subject: Treat librtclient not as local when including its header --- tasklist.cxx | 2 +- user.cxx | 2 +- worker.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasklist.cxx b/tasklist.cxx index f864eeb..c4194d8 100644 --- a/tasklist.cxx +++ b/tasklist.cxx @@ -1,4 +1,4 @@ -#include "rtclient.h" +#include #include "tasklist.hxx" int TaskList::rowCount(QModelIndex const& parent) const diff --git a/user.cxx b/user.cxx index 40c1818..077f68b 100644 --- a/user.cxx +++ b/user.cxx @@ -1,4 +1,4 @@ -#include "rtclient.h" +#include #include "user.hxx" void User::setId(QString const& id) diff --git a/worker.cxx b/worker.cxx index eef27ac..bb7635d 100644 --- a/worker.cxx +++ b/worker.cxx @@ -1,4 +1,4 @@ -#include "rtclient.h" +#include #include "worker.hxx" Worker::Worker() -- cgit v1.3