Various miscelaneous changes (#6496)
This commit is contained in:
parent
41f13456c0
commit
34de77d429
74 changed files with 44 additions and 81 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <unordered_map>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include "common/assert.h"
|
||||
|
|
|
@ -5,7 +5,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "common/math_util.h"
|
||||
#include "common/settings.h"
|
||||
|
||||
namespace Settings {
|
||||
enum class LayoutOption : u32;
|
||||
}
|
||||
|
||||
namespace Layout {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue