fix: Remove Unused Include Directives (#4266)
* fix: remove unused includes * fix: bad includes * fix: top include * fix: streamer mode includes * fix: missing include * fix: remove `#else` Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
|
||||
#ifdef USEWINSDK
|
||||
|
||||
// clang-format off
|
||||
# include <Windows.h>
|
||||
# include <boost/optional.hpp>
|
||||
// clang-format on
|
||||
# include <Windows.h>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user