diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-10-28 00:31:35 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-10-28 00:31:35 -0400 |
commit | d425997c263a089e8c0075a6f89fd792a3652923 (patch) | |
tree | 85f7fa8e37f4beb795e6d726f0972611abe5cfdb /components/chatwindow.hpp | |
parent | 84b1b62e0e1aa03dd59be5cd44caab47db77e637 (diff) | |
download | abaddon-portaudio-d425997c263a089e8c0075a6f89fd792a3652923.tar.gz abaddon-portaudio-d425997c263a089e8c0075a6f89fd792a3652923.zip |
rewrite store
this probably should have been broken up into smaller commits. oh well
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r-- | components/chatwindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp index 5ef8bad..de55b0a 100644 --- a/components/chatwindow.hpp +++ b/components/chatwindow.hpp @@ -2,7 +2,7 @@ #include <gtkmm.h> #include <string> #include <set> -#include "../discord/discord.hpp" +#include "discord/discord.hpp" #include "completer.hpp" class ChatMessageHeader; |