From d425997c263a089e8c0075a6f89fd792a3652923 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 28 Oct 2021 00:31:35 -0400 Subject: rewrite store this probably should have been broken up into smaller commits. oh well --- components/chatwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/chatwindow.cpp') diff --git a/components/chatwindow.cpp b/components/chatwindow.cpp index c2bd688..9b34dfd 100644 --- a/components/chatwindow.cpp +++ b/components/chatwindow.cpp @@ -1,6 +1,6 @@ #include "chatwindow.hpp" #include "chatmessage.hpp" -#include "../abaddon.hpp" +#include "abaddon.hpp" #include "chatinputindicator.hpp" #include "ratelimitindicator.hpp" #include "chatinput.hpp" -- cgit v1.2.3