Untangle GUI and input includes

This commit is contained in:
Megamouse 2020-02-22 20:42:49 +01:00
parent 7b49249f5f
commit f7666f44da
126 changed files with 702 additions and 666 deletions

View file

@ -1,5 +1,6 @@
#include "stdafx.h"
#include "update_manager.h"
#include "progress_dialog.h"
#include "rpcs3_version.h"
#include "Utilities/StrUtil.h"
#include "Crypto/sha256.h"
@ -26,7 +27,7 @@
#include <sys/stat.h>
#endif
LOG_CHANNEL(update_log);
LOG_CHANNEL(update_log, "UPDATER");
update_manager::update_manager()
{