mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
renamed and moved asyncexec.hpp to posttothread.hpp
This commit is contained in:
parent
de3a490257
commit
66e99fd36f
|
@ -166,7 +166,7 @@ SOURCES += \
|
|||
|
||||
HEADERS += \
|
||||
src/precompiled_header.hpp \
|
||||
src/asyncexec.hpp \
|
||||
src/util/posttothread.hpp \
|
||||
src/channel.hpp \
|
||||
src/util/concurrentmap.hpp \
|
||||
src/emojis.hpp \
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "messages/image.hpp"
|
||||
#include "asyncexec.hpp"
|
||||
#include "singletons/emotemanager.hpp"
|
||||
#include "singletons/ircmanager.hpp"
|
||||
#include "singletons/windowmanager.hpp"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "singletons/ircmanager.hpp"
|
||||
#include "asyncexec.hpp"
|
||||
#include "channel.hpp"
|
||||
#include "debug/log.hpp"
|
||||
#include "messages/messageparseargs.hpp"
|
||||
|
@ -12,6 +11,7 @@
|
|||
#include "singletons/windowmanager.hpp"
|
||||
#include "twitch/twitchmessagebuilder.hpp"
|
||||
#include "twitch/twitchuser.hpp"
|
||||
#include "util/posttothread.hpp"
|
||||
#include "util/urlfetch.hpp"
|
||||
|
||||
#include <irccommand.h>
|
||||
|
|
Loading…
Reference in a new issue