summaryrefslogtreecommitdiff
path: root/windows/pinnedwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-11-20 22:29:03 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-11-20 22:29:03 -0500
commitd88079000a79e6bcbe51c5a2868d57b303b5fcb6 (patch)
treef901a8808e0c1903823ce5d04a169503e52ccea0 /windows/pinnedwindow.hpp
parent574cbc35d85d5f90e2d5946da636f9c1cc0cd2ad (diff)
downloadabaddon-portaudio-d88079000a79e6bcbe51c5a2868d57b303b5fcb6.tar.gz
abaddon-portaudio-d88079000a79e6bcbe51c5a2868d57b303b5fcb6.zip
normalize include paths
Diffstat (limited to 'windows/pinnedwindow.hpp')
-rw-r--r--windows/pinnedwindow.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/pinnedwindow.hpp b/windows/pinnedwindow.hpp
index 56461a5..cf2ec3c 100644
--- a/windows/pinnedwindow.hpp
+++ b/windows/pinnedwindow.hpp
@@ -1,9 +1,9 @@
#pragma once
#include <gtkmm.h>
-#include "../discord/errors.hpp"
-#include "../discord/channel.hpp"
-#include "../discord/message.hpp"
-#include "../components/chatlist.hpp"
+#include "discord/errors.hpp"
+#include "discord/channel.hpp"
+#include "discord/message.hpp"
+#include "components/chatlist.hpp"
class PinnedWindow : public Gtk::Window {
public: