summaryrefslogtreecommitdiff
path: root/components/chatwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r--components/chatwindow.hpp2
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;