diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-20 22:29:03 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-20 22:29:03 -0500 |
commit | d88079000a79e6bcbe51c5a2868d57b303b5fcb6 (patch) | |
tree | f901a8808e0c1903823ce5d04a169503e52ccea0 /components/chatinputindicator.hpp | |
parent | 574cbc35d85d5f90e2d5946da636f9c1cc0cd2ad (diff) | |
download | abaddon-portaudio-d88079000a79e6bcbe51c5a2868d57b303b5fcb6.tar.gz abaddon-portaudio-d88079000a79e6bcbe51c5a2868d57b303b5fcb6.zip |
normalize include paths
Diffstat (limited to 'components/chatinputindicator.hpp')
-rw-r--r-- | components/chatinputindicator.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/chatinputindicator.hpp b/components/chatinputindicator.hpp index 3b007b3..ec70dfb 100644 --- a/components/chatinputindicator.hpp +++ b/components/chatinputindicator.hpp @@ -1,8 +1,8 @@ #pragma once #include <gtkmm.h> #include <unordered_map> -#include "../discord/message.hpp" -#include "../discord/user.hpp" +#include "discord/message.hpp" +#include "discord/user.hpp" class ChatInputIndicator : public Gtk::Box { public: |