Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit e033f7b

Browse files
authored
Fix incomplete type aegis::channel caused by this include (#72)
Fix for get_channel() getting incomplete type aegis::channel on message.cpp (by removing unnecessary include on channel.hpp)
1 parent 73af636 commit e033f7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/aegis/channel.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "aegis/ratelimit/ratelimit.hpp"
1616
#include "aegis/permission.hpp"
1717
#include "aegis/snowflake.hpp"
18-
#include "aegis/gateway/objects/messages.hpp"
1918
#include "aegis/gateway/objects/permission_overwrite.hpp"
2019
#include "aegis/gateway/objects/channel.hpp"
2120
#include <shared_mutex>

0 commit comments

Comments
 (0)