1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-06 06:16:32 -05:00

Core: Cleanup core includes.

This commit is contained in:
Emmanuel Gil Peyrot
2015-06-21 15:11:32 +01:00
parent 45c4781544
commit aea15f5c73
9 changed files with 16 additions and 15 deletions

View File

@@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <iterator>
#include "common/assert.h"
#include "core/hle/kernel/vm_manager.h"

View File

@@ -6,7 +6,6 @@
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "common/common_types.h"