mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
removed uneeded header
This commit is contained in:
parent
a23f67748b
commit
d230e73bd7
1 changed files with 0 additions and 2 deletions
|
@ -10,10 +10,8 @@
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
#include <unzipper.h>
|
#include <unzipper.h>
|
||||||
#include "progress_event.hpp"
|
#include "progress_event.hpp"
|
||||||
#include "current_cfw.hpp"
|
|
||||||
|
|
||||||
namespace i18n = brls::i18n;
|
namespace i18n = brls::i18n;
|
||||||
using namespace i18n::literals;
|
using namespace i18n::literals;
|
||||||
|
|
Loading…
Reference in a new issue