summary refs log tree commit diff
path: root/src/dialogs/CreateRoom.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 17:00:13 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 17:12:20 +0100
commit657f48b139db64508c4941565cc48208d760869b (patch)
tree4c02c7a72aedb506cb23e7b69e502dca36633c85 /src/dialogs/CreateRoom.h
parentRemove even more headers (diff)
downloadnheko-657f48b139db64508c4941565cc48208d760869b.tar.xz
Remove wildcard mtx.hpp includes
Diffstat (limited to 'src/dialogs/CreateRoom.h')
-rw-r--r--src/dialogs/CreateRoom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/CreateRoom.h b/src/dialogs/CreateRoom.h

index 22ac6a43..a482a636 100644 --- a/src/dialogs/CreateRoom.h +++ b/src/dialogs/CreateRoom.h
@@ -2,7 +2,7 @@ #include <QFrame> -#include <mtx.hpp> +#include <mtx/requests.hpp> class QPushButton; class TextField;