diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-28 21:28:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 21:28:47 +0100 |
commit | b39b70bf90d816377b2873a5c2506bd256c0a00e (patch) | |
tree | d3ab6da61f0bd7d69bd66a63e450a6f4d85895f0 /lib/events/receiptevent.cpp | |
parent | cc9908e5159ed93a18eda9f9794a7c9fc7f67f27 (diff) | |
parent | 1747575321cda4fc11f90c2ffb2148a69d0d9946 (diff) | |
download | libquotient-b39b70bf90d816377b2873a5c2506bd256c0a00e.tar.gz libquotient-b39b70bf90d816377b2873a5c2506bd256c0a00e.zip |
Merge pull request #525 from quotient-im/kitsune/query-current-state
Move out current room state to its own class
Diffstat (limited to 'lib/events/receiptevent.cpp')
-rw-r--r-- | lib/events/receiptevent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/events/receiptevent.cpp b/lib/events/receiptevent.cpp index 72dbf2e3..7f06d99f 100644 --- a/lib/events/receiptevent.cpp +++ b/lib/events/receiptevent.cpp @@ -20,7 +20,6 @@ Example of a Receipt Event: #include "receiptevent.h" -#include "converters.h" #include "logging.h" using namespace Quotient; |