Merge pull request #7268 from lioncash/config

Core/BootManager: Remove unnecessary includes
This commit is contained in:
spycrab
2018-08-02 23:17:03 +02:00
committed by GitHub
3 changed files with 1 additions and 5 deletions

View File

@ -21,7 +21,6 @@
#include <algorithm>
#include <array>
#include <string>
#include <vector>
#include "Common/CommonTypes.h"
#include "Common/Config/Config.h"