diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-31 16:38:15 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-31 18:47:58 +0100 |
commit | 7824c772346e13f26eb878ce6a945fbb707e2247 (patch) | |
tree | 373ac7850c6eb87c1b4da7a62ec24330277d18f0 /src/timeline/InputBar.h | |
parent | Fix version code having too many segments (diff) | |
download | nheko-7824c772346e13f26eb878ce6a945fbb707e2247.tar.xz |
Cleanup headers a bit more
Diffstat (limited to '')
-rw-r--r-- | src/timeline/InputBar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h index 3cd65524..b15377fc 100644 --- a/src/timeline/InputBar.h +++ b/src/timeline/InputBar.h @@ -18,7 +18,7 @@ #include <memory> #include <mtx/common.hpp> -#include <mtx/responses/messages.hpp> +#include <mtx/events/common.hpp> class TimelineModel; class CombinedImagePackModel; |