summary refs log tree commit diff
path: root/src/Register.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-23 22:27:59 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-23 22:27:59 +0200
commitf525b7e6a99d97b73591de392878ea87ca2ab9fb (patch)
tree7dd452c7ab0090eb1fcedc0f35b424407e1f5f14 /src/Register.cc
parentRelax matrix identifier parsing (diff)
downloadnheko-f525b7e6a99d97b73591de392878ea87ca2ab9fb.tar.xz
Replace login request with the one from matrix-structs
Diffstat (limited to 'src/Register.cc')
-rw-r--r--src/Register.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Register.cc b/src/Register.cc

index 84ba82e7..d63f9229 100644 --- a/src/Register.cc +++ b/src/Register.cc
@@ -15,8 +15,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "Deserializable.h" - #include "Register.h" RegisterRequest::RegisterRequest(const QString &username, const QString &password)