summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-10-16 21:31:28 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-10-16 21:31:28 -0400
commit3e0cd83dd6026dc701c548dc40b41f5accbc29db (patch)
tree6a51464a60c7fe5947924f486d256f99475228fe /src/windows/mainwindow.hpp
parent1895a8f133e070f63680eacbaffaecf192bd608b (diff)
downloadabaddon-portaudio-3e0cd83dd6026dc701c548dc40b41f5accbc29db.tar.gz
abaddon-portaudio-3e0cd83dd6026dc701c548dc40b41f5accbc29db.zip
start channel list refactor for server list
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index ce2e636..37c1b87 100644
--- a/src/windows/mainwindow.hpp
+++ b/src/windows/mainwindow.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "components/channels.hpp"
+#include "components/channellist/channellist.hpp"
#include "components/chatwindow.hpp"
#include "components/memberlist.hpp"
#include "components/friendslist.hpp"